Open ben-64 opened 2 years ago
I changed it so the Dockerfile was built from tag 5.2 (July 2020) and it worked.
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: