1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2015-03-19 15:30:38 +08:00
parent 17233b0e4d
commit 230ff90356

@ -20,6 +20,7 @@ ADD http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.4.3.tar.gz /tmp
ADD https://bootstrap.pypa.io/get-pip.py /tmp/pkgs/
WORKDIR /tmp/pkgs/
RUN python get-pip.py
RUN pip install supervisor shadowsocks
RUN tar xzf libsodium-1.0.2.tar.gz && \
cd libsodium-1.0.2 && \