add dockerfile
This commit is contained in:
parent
b276d52735
commit
9d6b9fcde0
|
|
@ -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
|
||||||
Loading…
Reference in New Issue