From 2bb40b2435a72c3281f93744f5e007de2a3a4dc7 Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Sun, 4 Oct 2020 12:09:24 +0200 Subject: [PATCH] Remove tag signature verification due to issue with expired keys --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6d60600..1cf8033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \