mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-10 06:02:46 +02:00
mitmproxy
This commit is contained in:
parent
b4f2a4fe61
commit
c46fd6e0da
6
mitmproxy/Dockerfile
Normal file
6
mitmproxy/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM python:2.7.8
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN pip install mitmproxy
|
||||||
|
|
||||||
|
ENTRYPOINT [ "mitmproxy" ]
|
Loading…
x
Reference in New Issue
Block a user