mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
.. | ||
docker-entrypoint.sh | ||
Dockerfile | ||
DockerHub-README.md | ||
README.md |
Build Instructions
- Copy
mitmproxy-$VERSION-py3-none-any.whl
into this directory.
You can get the latest public release at https://mitmproxy.org/downloads/. - Replace $VERSION with your mitmproxy version and
run
docker build --build-arg MITMPROXY_WHEEL=mitmproxy-$VERSION-py3-none-any.whl .
.