Skip to content

Commit 6196f89

Browse files
committed
Revert "fix(build): temporarily source rust from alpine edge"
This reverts commit 0b068c5.
1 parent 2709de8 commit 6196f89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ ARG DO_DEBUG_BUILD="${DEBUG_IMAGE:-"0"}"
2121
# Build mitmproxy via pip. This is heavy, takes minutes do build and creates a 90mb+ layer. Oh well.
2222
RUN [[ "a$DO_DEBUG_BUILD" == "a1" ]] && { echo "Debug build ENABLED." \
2323
&& apk add --no-cache --update su-exec cargo bsd-compat-headers git g++ libffi libffi-dev libstdc++ openssl-dev python3 python3-dev py3-pip py3-wheel py3-six py3-idna py3-certifi py3-setuptools \
24-
&& sed -i 's|v3\.\d*|edge|' /etc/apk/repositories \
25-
&& apk --no-cache upgrade rust \
2624
&& rm /usr/lib/python3.*/EXTERNALLY-MANAGED \
2725
&& LDFLAGS=-L/lib pip install MarkupSafe mitmproxy \
2826
&& apk del --purge git g++ libffi-dev openssl-dev python3-dev py3-pip py3-wheel \

0 commit comments

Comments
 (0)