From 0014a7836f703bafb3a17fad42d03888e49a8db3 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 30 Apr 2015 17:58:22 +0800 Subject: [PATCH] fix apt --- obfsproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obfsproxy/Dockerfile b/obfsproxy/Dockerfile index 901d5b0..1367aa8 100644 --- a/obfsproxy/Dockerfile +++ b/obfsproxy/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:14.04 MAINTAINER kev -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