mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
update shadowsocks
This commit is contained in:
parent
53ce92553a
commit
7310e9091f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user