Update Dockerfile
This commit is contained in:
parent
0ce93d85e0
commit
e8c58e9db9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue