1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2016-07-09 10:03:17 +08:00
parent be65f08ea2
commit ee877a1878

@ -7,14 +7,15 @@ MAINTAINER kev <noreply@easypi.info>
RUN set -xe \ RUN set -xe \
&& apk add --no-cache build-base \ && apk add --no-cache build-base \
curl \
git \ git \
gmp-dev \ gmp-dev \
go \ go \
libgmpxx \ libgmpxx \
py-pip \
python \ python \
python-dev \ python-dev \
tor \ tor \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
&& pip install fteproxy \ && pip install fteproxy \
obfsproxy \ obfsproxy \
&& GOPATH=/tmp/obfs4 go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy \ && GOPATH=/tmp/obfs4 go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy \
@ -24,6 +25,7 @@ RUN set -xe \
&& mv /tmp/meek/bin/meek-server /usr/bin \ && mv /tmp/meek/bin/meek-server /usr/bin \
&& rm -rf /tmp/meek \ && rm -rf /tmp/meek \
&& apk del build-base \ && apk del build-base \
curl \
git \ git \
gmp-dev \ gmp-dev \
go \ go \