add dockerfile
This commit is contained in:
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
|
Reference in New Issue
Block a user