add dockerfile
This commit is contained in:
parent
b276d52735
commit
9d6b9fcde0
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
Loading…
Reference in a new issue