mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
fix pip
This commit is contained in:
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/
|
ADD https://bootstrap.pypa.io/get-pip.py /tmp/pkgs/
|
||||||
|
|
||||||
WORKDIR /tmp/pkgs/
|
WORKDIR /tmp/pkgs/
|
||||||
|
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 && \
|
||||||
cd libsodium-1.0.2 && \
|
cd libsodium-1.0.2 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user