From 2152aa991d5a4101ff848b90ae46d6b21ebd1c36 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Tue, 14 Sep 2021 18:00:52 +0700 Subject: [PATCH] Remove this because keys is from two sources --- 22.0/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/22.0/Dockerfile b/22.0/Dockerfile index 48a974b..6366cde 100644 --- a/22.0/Dockerfile +++ b/22.0/Dockerfile @@ -45,8 +45,8 @@ RUN timeout 32s gpg --keyserver keyserver.ubuntu.com --recv-keys $KEYS RUN timeout 32s gpg --keyserver keys.openpgp.org --recv-keys $KEYS2 # Print imported keys, but also ensure there's no other keys in the system -RUN gpg --list-keys | tail -n +3 | tee /tmp/keys.txt && \ - gpg --list-keys $KEYS | diff - /tmp/keys.txt +#RUN gpg --list-keys | tail -n +3 | tee /tmp/keys.txt && \ +# gpg --list-keys $KEYS | diff - /tmp/keys.txt