commit 91944721ef3cdef69335f4fcb7db12ec435d9920 Author: Alexey Skobkin Date: Mon Dec 20 19:51:05 2021 +0300 Initial diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1797295 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM dperson/torproxy + +LABEL org.opencontainers.image.authors="Alexey Skobkin " + +# '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