From 8a7f76b39b47b877571ec8df3abd8f779aba2f58 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 9 Dec 2014 18:40:31 +0800 Subject: [PATCH] update --- ubuntu/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 68e730b..fbc6e12 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -1,2 +1,4 @@ FROM ubuntu:14.04 RUN apt-get update +RUN apt-get install -y python curl +RUN curl -sSL https://bootstrap.pypa.io/get-pip.py | python