We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a87dd2 commit 147eb22Copy full SHA for 147eb22
contrib/docker/Dockerfile.builder.fedora
@@ -23,7 +23,8 @@ RUN dnf update -y && \
23
cargo && \
24
dnf clean all
25
26
-RUN wget https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz -O bitcoin.tar.gz && \
+RUN wget https://storage.googleapis.com/c-lightning-tests/bitcoind/bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz \
27
+ -O bitcoin.tar.gz && \
28
tar -xvzf bitcoin.tar.gz && \
29
mv bitcoin-$BITCOIN_VERSION/bin/bitcoin* /usr/local/bin/ && \
30
mv bitcoin-$BITCOIN_VERSION/lib/* /usr/local/lib/ && \
0 commit comments