1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-10 06:02:46 +02:00

mitmproxy

This commit is contained in:
Jessica Frazelle 2014-10-09 10:30:38 -07:00
parent b4f2a4fe61
commit c46fd6e0da

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" ]