From e8c58e9db92b542b1f53ae7146890f8fe34ddd3d Mon Sep 17 00:00:00 2001 From: Sah Date: Sat, 3 Jan 2015 20:54:42 +0800 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9a729ff..e4edc6f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,8 @@ RUN apt-get update RUN apt-get install -y git-core python python-setuptools # Get the latest code, build and install -RUN git clone https://github.com/shadowsocks/shadowsocks.git $BASEDIR +WORKDIR $BASEDIR +RUN git clone https://github.com/shadowsocks/shadowsocks.git WORKDIR $BASEDIR/shadowsocks RUN pwd RUN python setup.py build