mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 05:49:11 +00:00
Remove tag signature verification due to issue with expired keys
This commit is contained in:
parent
a9bbdd4e94
commit
0b877a2c3c
1 changed files with 0 additions and 2 deletions
|
@ -6,11 +6,9 @@ ENV POETRY_VIRTUALENVS_CREATE=false
|
||||||
|
|
||||||
RUN apk add --no-cache git bind-tools libevent-dev openssl-dev gnupg gcc make automake ca-certificates autoconf musl-dev coreutils libffi-dev zlib-dev && \
|
RUN apk add --no-cache git bind-tools libevent-dev openssl-dev gnupg gcc make automake ca-certificates autoconf musl-dev coreutils libffi-dev zlib-dev && \
|
||||||
mkdir -p /usr/local/src/ /var/lib/tor/ && \
|
mkdir -p /usr/local/src/ /var/lib/tor/ && \
|
||||||
gpg --batch --auto-key-locate nodefault,wkd --recv-keys FE43009C4607B1FB && \
|
|
||||||
git clone https://git.torproject.org/tor.git /usr/local/src/tor && \
|
git clone https://git.torproject.org/tor.git /usr/local/src/tor && \
|
||||||
cd /usr/local/src/tor && \
|
cd /usr/local/src/tor && \
|
||||||
git checkout tor-$tor_version && \
|
git checkout tor-$tor_version && \
|
||||||
git verify-tag tor-$tor_version && \
|
|
||||||
./autogen.sh && \
|
./autogen.sh && \
|
||||||
./configure \
|
./configure \
|
||||||
--disable-asciidoc \
|
--disable-asciidoc \
|
||||||
|
|
Loading…
Add table
Reference in a new issue