You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this commit, mitmproxy is not anymore based on alpine, therefore the docker build fails with:
/bin/sh: 1: apk: not found
The command'/bin/sh -c apk --no-cache add --virtual .build-dependencies linux-headers build-base curl perl && curl -sLO https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && tar xvfz "openssl-${OPENSSL_VERSION}.tar.gz" && apk del openssl' returned a non-zero code: 127
The text was updated successfully, but these errors were encountered:
Also had this same issue. @penguinpowernz solution resolved the problem in the short term. Specifically, change the first line of the Dockerfile to "FROM mitmproxy/mitmproxy:5.2" instead of "FROM mitmproxy/mitmproxy:latest".
Since this commit, mitmproxy is not anymore based on alpine, therefore the
docker build
fails with:The text was updated successfully, but these errors were encountered: