mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Use bitcoincore.org download links
This commit is contained in:
parent
ef4cb3e895
commit
c4ce472469
@ -14,8 +14,8 @@ RUN cd /tmp && \
|
|||||||
TARBALL="bitcoin-${VERSION}-${TARBALL_ARCH}.tar.gz" && \
|
TARBALL="bitcoin-${VERSION}-${TARBALL_ARCH}.tar.gz" && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y wget gpg && \
|
apt-get install -y wget gpg && \
|
||||||
wget https://bitcoin.org/bin/bitcoin-core-${VERSION}/${TARBALL} && \
|
wget https://bitcoincore.org/bin/bitcoin-core-${VERSION}/${TARBALL} && \
|
||||||
wget https://bitcoin.org/bin/bitcoin-core-${VERSION}/SHA256SUMS.asc && \
|
wget https://bitcoincore.org/bin/bitcoin-core-${VERSION}/SHA256SUMS.asc && \
|
||||||
gpg --keyserver keyserver.ubuntu.com --recv-keys 01EA5486DE18A882D4C2684590C8019E36C2E964 && \
|
gpg --keyserver keyserver.ubuntu.com --recv-keys 01EA5486DE18A882D4C2684590C8019E36C2E964 && \
|
||||||
gpg --verify SHA256SUMS.asc && \
|
gpg --verify SHA256SUMS.asc && \
|
||||||
grep $TARBALL SHA256SUMS.asc | sha256sum -c && \
|
grep $TARBALL SHA256SUMS.asc | sha256sum -c && \
|
||||||
|
Loading…
Reference in New Issue
Block a user