mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update shadowsocks
This commit is contained in:
parent
e9c46aa1fe
commit
625937a88b
@ -2,9 +2,11 @@
|
||||
# Dockerfile for Shadowsocks
|
||||
#
|
||||
|
||||
FROM python:latest
|
||||
FROM ubuntu:latest
|
||||
MAINTAINER noreply@datageek.info
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python python-pip
|
||||
RUN pip install shadowsocks
|
||||
|
||||
ENV PASSWORD secret
|
||||
|
Loading…
Reference in New Issue
Block a user