From dc9db195edaf26de932598aa28a378eb9ffb1686 Mon Sep 17 00:00:00 2001 From: Sah Date: Sun, 4 Jan 2015 00:24:54 +0800 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6911694..2b4974d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,9 +4,12 @@ MAINTAINER Sah Lee ENV BASEDIR / -# Set up building environment +# Install dependencies RUN apt-get update -RUN apt-get install -y git-core python python-setuptools +RUN apt-get install -y python python-pkg-resources + +# Set up building environment +RUN apt-get install -y git-core python-setuptools # Get the latest code, build and install WORKDIR $BASEDIR