Skip to content

Commit

Permalink
Add obfs4proxy package into the image, cc #34
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Sep 22, 2022
1 parent 257ea91 commit dc1e803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL version="latest"

RUN echo '@edge https://dl-cdn.alpinelinux.org/alpine/edge/community' >> /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
Expand Down

0 comments on commit dc1e803

Please sign in to comment.