Update Dockerfile

This commit is contained in:
Sah 2015-01-04 00:08:14 +08:00
parent a10f679a4a
commit baa6f876ab

View file

@ -18,7 +18,7 @@ RUN python setup.py install
# Tear down building environment and delete git repository # Tear down building environment and delete git repository
WORKDIR $BASEDIR 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 RUN rm -rf $BASEDIR/shadowsocks
# Config file can be in a separated container # Config file can be in a separated container