expired keys is breaking the build process so removing it

This commit is contained in:
nolim1t 2022-04-29 13:48:24 +07:00
parent b92a5856b0
commit d298e5ecb7
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD

View File

@ -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 -