1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
This commit is contained in:
kev 2015-06-18 19:54:13 +08:00
parent 1006b81477
commit 9c6378d740

View File

@ -29,7 +29,8 @@ RUN apk add -U build-base \
&& cd .. \
&& rm -rf $TOR_FILE $TOR_TEMP \
&& wget -O- https://bootstrap.pypa.io/get-pip.py | python \
&& pip install obfsproxy \
&& pip install fteproxy \
obfsproxy \
&& apk del build-base \
gmp-dev \
libevent-dev \