Files
shadowsocks/Dockerfile
htc550605125 9d6b9fcde0 add dockerfile
2016-02-23 20:47:04 -05:00

10 lines
179 B
Docker

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