This commit is contained in:
Alexey Skobkin 2021-12-20 19:51:05 +03:00
commit 91944721ef
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 9 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM dperson/torproxy
LABEL org.opencontainers.image.authors="Alexey Skobkin <skobkin-ru@ya.ru>"
# 'testing' repo for obfs4proxy
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
apk update --no-cache --no-progress && \
apk add obfs4proxy --no-cache --no-progress && \
echo 'ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed' >> /etc/tor/torrc