1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00
This commit is contained in:
kev 2015-04-22 16:52:29 +08:00
parent 9b175b6a4d
commit ea47a4be6a

View File

@ -22,6 +22,7 @@ ADD https://download.libsodium.org/libsodium/releases/libsodium-1.0.2.tar.gz /tm
ADD http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.4.3.tar.gz /tmp/pkgs/
WORKDIR /tmp/pkgs/
RUN chmod +x /usr/local/bin/jq
RUN python get-pip.py
RUN pip install supervisor shadowsocks
RUN tar xzf libsodium-1.0.2.tar.gz && \