Update Dockerfile
This commit is contained in:
parent
a10f679a4a
commit
baa6f876ab
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN python setup.py install
|
|||
|
||||
# Tear down building environment and delete git repository
|
||||
WORKDIR $BASEDIR
|
||||
RUN apt-get --purge autoremove -y git-core python python-setuptools
|
||||
RUN apt-get --purge autoremove -y git-core python-setuptools
|
||||
RUN rm -rf $BASEDIR/shadowsocks
|
||||
|
||||
# Config file can be in a separated container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue