Skip to content

Instantly share code, notes, and snippets.

@x7hub
Created October 16, 2016 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x7hub/bb3bf1049a2ad29bcc7c11ba8841bac2 to your computer and use it in GitHub Desktop.
Save x7hub/bb3bf1049a2ad29bcc7c11ba8841bac2 to your computer and use it in GitHub Desktop.
FROM ubuntu:16.04
MAINTAINER x7hub "https://github.com/x7hub"
RUN apt-get update
RUN apt-get install -y python-pip
RUN pip install shadowsocks
ENTRYPOINT ["/usr/local/bin/ssserver"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment