mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01: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…
Reference in New Issue
Block a user