Skip to content

Commit 37b118a

Browse files
mhilslasting-yang
authored andcommitted
1 parent 879d990 commit 37b118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM python:3.11-slim-bullseye
88

99
RUN useradd -mU mitmproxy
1010
RUN apt-get update \
11-
&& apt-get install -y --no-install-recommends gosu \
11+
&& apt-get install -y --no-install-recommends gosu nano \
1212
&& rm -rf /var/lib/apt/lists/*
1313

1414
COPY --from=wheelbuilder /wheels /wheels

0 commit comments

Comments
 (0)