We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dc9a8 commit 056c852Copy full SHA for 056c852
Dockerfile
@@ -5,7 +5,7 @@ FROM rpardini/nginx-proxy-connect-stable-alpine:nginx-1.16.1-alpine-3.11
5
# Add openssl, bash and ca-certificates, then clean apk cache -- yeah complain all you want.
6
# Also added deps for mitmproxy.
7
RUN apk add --update openssl bash ca-certificates su-exec coreutils git g++ libffi libffi-dev libstdc++ openssl openssl-dev python3 python3-dev \
8
- && LDFLAGS=-L/lib pip3 install mitmproxy \
+ && LDFLAGS=-L/lib pip3 install mitmproxy==4.0.4 \
9
&& apk del --purge git g++ libffi-dev openssl-dev python3-dev \
10
&& rm -rf /var/cache/apk/* \
11
&& rm -rf ~/.cache/pip
0 commit comments