add dockerfile

This commit is contained in:
htc550605125 2016-02-23 20:47:04 -05:00
parent b276d52735
commit 9d6b9fcde0

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM stackbrew/debian:jessie
RUN apt-get update
RUN apt-get install -y python python-setuptools
ADD . /shadowsocks
WORKDIR /shadowsocks
RUN python setup.py install
CMD ssserver