Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jul 20, 2023
1 parent fe177ed commit b14f961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM python:3.11-slim-bullseye

RUN useradd -mU mitmproxy
RUN apt-get update \
&& apt-get install -y --no-install-recommends gosu \
&& apt-get install -y --no-install-recommends gosu nano \
&& rm -rf /var/lib/apt/lists/*

COPY --from=wheelbuilder /wheels /wheels
Expand Down

0 comments on commit b14f961

Please sign in to comment.