mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-03 00:55:54 +02:00
fix tor
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
4c9b5f2d68
commit
bf3857957b
@ -38,7 +38,7 @@ ENV TOR_FINGERPRINT 0x4E2C6E8793298290
|
|||||||
|
|
||||||
# download tor and check signature
|
# download tor and check signature
|
||||||
RUN cd /tmp \
|
RUN cd /tmp \
|
||||||
&& curl -sSOL "https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz" \
|
&& curl -sSOL "https://dist.torproject.org/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz" \
|
||||||
&& curl -sSOL "https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz.asc" \
|
&& curl -sSOL "https://www.torproject.org/dist/torbrowser/${TOR_VERSION}/tor-browser-linux64-${TOR_VERSION}_en-US.tar.xz.asc" \
|
||||||
&& export GNUPGHOME="$(mktemp -d)" \
|
&& export GNUPGHOME="$(mktemp -d)" \
|
||||||
&& for server in $(shuf -e \
|
&& for server in $(shuf -e \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user