Update Dockerfile

This commit is contained in:
Sah 2015-01-03 20:54:42 +08:00
parent 0ce93d85e0
commit e8c58e9db9

View file

@ -9,7 +9,8 @@ RUN apt-get update
RUN apt-get install -y git-core python python-setuptools RUN apt-get install -y git-core python python-setuptools
# Get the latest code, build and install # 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 WORKDIR $BASEDIR/shadowsocks
RUN pwd RUN pwd
RUN python setup.py build RUN python setup.py build