mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
tor: missing '\'
This commit is contained in:
parent
c1127d8043
commit
0a05ebdd05
@ -23,7 +23,7 @@ RUN BUILD_DEPS=" \
|
||||
&& cd /tmp \
|
||||
&& TOR_TARBALL="tor-${TOR_VERSION}.tar.gz" \
|
||||
&& wget -q https://www.torproject.org/dist/${TOR_TARBALL} \
|
||||
&& echo "Verifying ${TOR_TARBALL} using GPG..."
|
||||
&& echo "Verifying ${TOR_TARBALL} using GPG..." \
|
||||
&& wget -q https://www.torproject.org/dist/${TOR_TARBALL}.asc \
|
||||
&& gpg --keyserver keys.gnupg.net --recv-keys 0x165733EA \
|
||||
&& FINGERPRINT="$(LANG=C gpg --verify ${TOR_TARBALL}.asc ${TOR_TARBALL} 2>&1 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user