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 -