Skip to content

Commit

Permalink
Update Dockerfile.mitm
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Jan 13, 2025
1 parent 71af88c commit b67a313
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.mitm
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN mkdir -p /opt/mitmproxy\
&& pip install --upgrade pip\
&& pip install mitmproxy\
&& cd /opt/mitmproxy
# && sed -i 's/tornado<=6.4.1,>=6.4.1"/tornado<=6.4.2,>=6.4.2"/' lib/python3.12/site-packages/mitmproxy-11.0.2.dist-info/METADATA\
# && pip install --upgrade tornado==6.4.2

RUN mkdir -p /usr/local/bin && \
cp /opt/mitmproxy/bin/mitm* /usr/bin/
Expand Down

0 comments on commit b67a313

Please sign in to comment.