Skip to content

Commit

Permalink
Improve wget progress output
Browse files Browse the repository at this point in the history
  • Loading branch information
sethforprivacy committed May 2, 2024
1 parent 573417b commit f3285a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN case ${TARGETARCH:-amd64} in \
*) echo "Dockerfile does not support this platform"; exit 1 ;; \
esac \
&& gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ${BITCOIN_CORE_SIGNATURE} \
&& wget -q --show-progress --progress=bar:force:noscroll https://bitcoincore.org/bin/bitcoin-core-${VERSION}/SHA256SUMS.asc \
&& wget -q --show-progress --progress=dot:mega https://bitcoincore.org/bin/bitcoin-core-${VERSION}/SHA256SUMS.asc \
https://bitcoincore.org/bin/bitcoin-core-${VERSION}/SHA256SUMS \
https://bitcoincore.org/bin/bitcoin-core-${VERSION}/bitcoin-${VERSION}-${ARCH}-linux-gnu.tar.gz \
&& gpg --verify --status-fd 1 --verify SHA256SUMS.asc SHA256SUMS 2>/dev/null | grep "^\[GNUPG:\] VALIDSIG.*${BITCOIN_CORE_SIGNATURE}\$" \
Expand Down

0 comments on commit f3285a8

Please sign in to comment.