You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
fix pip
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user