1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:48 +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/ ADD http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.4.3.tar.gz /tmp/pkgs/
WORKDIR /tmp/pkgs/ WORKDIR /tmp/pkgs/
RUN chmod +x /usr/local/bin/jq
RUN python get-pip.py RUN python get-pip.py
RUN pip install supervisor shadowsocks RUN pip install supervisor shadowsocks
RUN tar xzf libsodium-1.0.2.tar.gz && \ RUN tar xzf libsodium-1.0.2.tar.gz && \