mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update shadowsocks
This commit is contained in:
@@ -6,7 +6,11 @@ FROM ubuntu:latest
|
|||||||
MAINTAINER noreply@datageek.info
|
MAINTAINER noreply@datageek.info
|
||||||
|
|
||||||
RUN apt-get update
|
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
|
RUN pip install shadowsocks
|
||||||
|
|
||||||
ENV PASSWORD secret
|
ENV PASSWORD secret
|
||||||
|
|||||||
Reference in New Issue
Block a user