mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-22 06:49:10 +00:00
Remove tag signature verification due to issue with expired keys
This commit is contained in:
parent
5b6e87c6e3
commit
2bb40b2435
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 && \
|
||||
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 && \
|
||||
cd /usr/local/src/tor && \
|
||||
git checkout tor-$tor_version && \
|
||||
git verify-tag tor-$tor_version && \
|
||||
./autogen.sh && \
|
||||
./configure \
|
||||
--disable-asciidoc \
|
||||
|
|
Loading…
Add table
Reference in a new issue