1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
This commit is contained in:
kev 2015-04-30 18:03:27 +08:00
parent 0014a7836f
commit 2cac2bb4d1

@ -6,7 +6,7 @@ FROM ubuntu:14.04
MAINTAINER kev<noreply@datageek.info>
RUN apt-get update && apt-get install -y build-essential curl python python-dev
RUN curl https://bootstrap.pypi.org/get-pip.py | python
RUN curl https://bootstrap.pypa.io/get-pip.py | python
RUN pip install obfsproxy
ENV DATA_DIR /var/lib/obfsproxy