From 9c6378d740ad15e9838ae26a0fb6f8f2df7fb607 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 18 Jun 2015 19:54:13 +0800 Subject: [PATCH] update --- tor/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tor/Dockerfile b/tor/Dockerfile index d3773d7..99f4d32 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -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 \