1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
This commit is contained in:
kev 2015-04-22 16:52:29 +08:00
parent 9b175b6a4d
commit ea47a4be6a

@ -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 && \