Skip to content

Commit

Permalink
Merge pull request #1 from oddrationale/master
Browse files Browse the repository at this point in the history
Update Dockerfile; Fixes oddrationale#2
  • Loading branch information
codexss committed Sep 22, 2016
2 parents cfa8ccd + da0052d commit bfc6b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -2,11 +2,11 @@
#
# VERSION 0.0.3

FROM ubuntu:14.04.3
FROM ubuntu:16.04
MAINTAINER Dariel Dato-on <oddrationale@gmail.com>

RUN apt-get update && \
apt-get install -y python-pip
apt-get install -y python-pip libsodium18
RUN pip install shadowsocks==2.8.2

# Configure container to run as an executable
Expand Down

0 comments on commit bfc6b6e

Please sign in to comment.