pass url by env var

This commit is contained in:
2021-11-24 00:59:44 +01:00
parent 6a7035c9ec
commit 02bf42ab99
4 changed files with 26 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ ENV APP_NAME="Tor Browser ${TOR_VERSION}" \
TOR_SIGNATURE=https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz.asc \
TOR_FINGERPRINT=0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290 \
DEBIAN_FRONTEND=noninteractive
ENV TARGET_URL="https://0x29a.ch"
# Add wget and Tor browser dependencies
RUN apt-get update && \