|
|
@ -21,7 +21,7 @@ RUN set -ex && \ |
|
|
|
# Install Tor |
|
|
|
ENV WHIRLPOOL_TOR_URL https://archive.torproject.org/tor-package-archive |
|
|
|
ENV WHIRLPOOL_TOR_MIRROR_URL https://tor.eff.org/dist |
|
|
|
ENV WHIRLPOOL_TOR_VERSION 0.4.2.7 |
|
|
|
ENV WHIRLPOOL_TOR_VERSION 0.4.5.4-rc |
|
|
|
ENV WHIRLPOOL_TOR_GPG_KS_URI hkp://keyserver.ubuntu.com:80 |
|
|
|
ENV WHIRLPOOL_TOR_GPG_KEY1 0xEB5A896A28988BF5 |
|
|
|
ENV WHIRLPOOL_TOR_GPG_KEY2 0xC218525819F78451 |
|
|
@ -81,7 +81,7 @@ RUN chown whirlpool:whirlpool /restart.sh && \ |
|
|
|
chmod u+x /restart.sh && \ |
|
|
|
chmod g+x /restart.sh |
|
|
|
|
|
|
|
# Expose HTTP API port |
|
|
|
# Expose HTTP API port |
|
|
|
EXPOSE 8898 |
|
|
|
|
|
|
|
# Switch to user whirlpool |
|
|
|