Add obfs4proxy package into the image, cc #34
This commit is contained in:
parent
257ea91513
commit
02f003e9a8
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ LABEL name="tor-socks-proxy"
|
|||
LABEL version="latest"
|
||||
|
||||
RUN echo '@edge https://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \
|
||||
echo '@edge https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
||||
apk -U upgrade && \
|
||||
apk -v add tor@edge curl && \
|
||||
apk -v add tor@edge obfs4proxy@edge curl && \
|
||||
chmod 700 /var/lib/tor && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
tor --version
|
||||
|
|
Loading…
Reference in a new issue