Skip to content

Commit

Permalink
docker: make available bitcoind binary
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviaVir authored and cdecker committed Sep 19, 2023
1 parent 1a18f61 commit 9c95761
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 @@ -25,7 +25,7 @@ RUN mkdir /opt/bitcoin && cd /opt/bitcoin \
&& grep $BITCOIN_TARBALL bitcoin | tee SHA256SUMS \
&& sha256sum -c SHA256SUMS \
&& BD=bitcoin-$BITCOIN_VERSION/bin \
&& tar -xzvf $BITCOIN_TARBALL $BD/bitcoin-cli --strip-components=1 \
&& tar -xzvf $BITCOIN_TARBALL $BD/ --strip-components=1 \
&& rm $BITCOIN_TARBALL

ENV LITECOIN_VERSION 0.16.3
Expand Down

0 comments on commit 9c95761

Please sign in to comment.