mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
fix apt
This commit is contained in:
parent
231b582d63
commit
0014a7836f
@ -5,7 +5,7 @@
|
||||
FROM ubuntu:14.04
|
||||
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 pip install obfsproxy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user