1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00

update shadowsocks

This commit is contained in:
kev 2015-04-20 16:30:18 +08:00
parent 53ce92553a
commit 7310e9091f

View File

@ -6,7 +6,11 @@ FROM ubuntu:latest
MAINTAINER noreply@datageek.info
RUN apt-get update
RUN apt-get install -y python python-pip
RUN apt-get install -y python
ADD https://bootstrap.pypa.io/get-pip.py /tmp/
RUN python /tmp/get-pip.py
RUN pip install shadowsocks
ENV PASSWORD secret