|
@ -3,7 +3,7 @@ FROM debian:buster |
|
|
ENV TOR_HOME /var/lib/tor |
|
|
ENV TOR_HOME /var/lib/tor |
|
|
ENV TOR_URL https://archive.torproject.org/tor-package-archive |
|
|
ENV TOR_URL https://archive.torproject.org/tor-package-archive |
|
|
ENV TOR_MIRROR_URL https://tor.eff.org/dist |
|
|
ENV TOR_MIRROR_URL https://tor.eff.org/dist |
|
|
ENV TOR_VERSION 0.4.2.7 |
|
|
ENV TOR_VERSION 0.4.5.4-rc |
|
|
ENV TOR_GPG_KS_URI hkp://keyserver.ubuntu.com:80 |
|
|
ENV TOR_GPG_KS_URI hkp://keyserver.ubuntu.com:80 |
|
|
ENV TOR_GPG_KEY1 0xEB5A896A28988BF5 |
|
|
ENV TOR_GPG_KEY1 0xEB5A896A28988BF5 |
|
|
ENV TOR_GPG_KEY2 0xC218525819F78451 |
|
|
ENV TOR_GPG_KEY2 0xC218525819F78451 |
|
@ -94,7 +94,7 @@ RUN chown tor:tor /wait-for-it.sh && \ |
|
|
chmod u+x /wait-for-it.sh && \ |
|
|
chmod u+x /wait-for-it.sh && \ |
|
|
chmod g+x /wait-for-it.sh |
|
|
chmod g+x /wait-for-it.sh |
|
|
|
|
|
|
|
|
# Expose socks port |
|
|
# Expose socks port |
|
|
EXPOSE 9050 |
|
|
EXPOSE 9050 |
|
|
|
|
|
|
|
|
# Switch to user tor |
|
|
# Switch to user tor |
|
|