mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
6 lines
315 B
Markdown
6 lines
315 B
Markdown
# Build Instructions
|
|
|
|
1. Copy `mitmproxy-$VERSION-py3-none-any.whl` into this directory.
|
|
You can get the latest public release at https://mitmproxy.org/downloads/.
|
|
2. Replace $VERSION with your mitmproxy version and
|
|
run `docker build --build-arg MITMPROXY_WHEEL=mitmproxy-$VERSION-py3-none-any.whl .`.
|