mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
fix apt
This commit is contained in:
parent
231b582d63
commit
0014a7836f
@ -5,7 +5,7 @@
|
|||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
MAINTAINER kev<noreply@datageek.info>
|
MAINTAINER kev<noreply@datageek.info>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install build-essential curl python python-dev
|
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.pypi.org/get-pip.py | python
|
||||||
RUN pip install obfsproxy
|
RUN pip install obfsproxy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user