mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
fix pip
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user