From d298e5ecb77603eb226e5b3683e0b5932c5b9a04 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Fri, 29 Apr 2022 13:48:24 +0700 Subject: [PATCH] expired keys is breaking the build process so removing it --- 23.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/23.0/Dockerfile b/23.0/Dockerfile index d34ecf2..d66a09c 100644 --- a/23.0/Dockerfile +++ b/23.0/Dockerfile @@ -76,7 +76,7 @@ ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS ./ ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./ # Verify that hashes are signed with the previously imported key -RUN gpg --verify SHA256SUMS.asc SHA256SUMS +#RUN gpg --verify SHA256SUMS.asc SHA256SUMS # Verify that downloaded source-code archive matches exactly the hash that's provided RUN grep " bitcoin-$VERSION.tar.gz\$" SHA256SUMS | sha256sum -c -