diff --git a/obfsproxy/Dockerfile b/obfsproxy/Dockerfile index 1367aa8..cf13540 100644 --- a/obfsproxy/Dockerfile +++ b/obfsproxy/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:14.04 MAINTAINER kev 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