Skip to content

Commit 9c95761

Browse files
DeviaVircdecker
authored andcommitted
docker: make available bitcoind binary
1 parent 1a18f61 commit 9c95761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN mkdir /opt/bitcoin && cd /opt/bitcoin \
2525
&& grep $BITCOIN_TARBALL bitcoin | tee SHA256SUMS \
2626
&& sha256sum -c SHA256SUMS \
2727
&& BD=bitcoin-$BITCOIN_VERSION/bin \
28-
&& tar -xzvf $BITCOIN_TARBALL $BD/bitcoin-cli --strip-components=1 \
28+
&& tar -xzvf $BITCOIN_TARBALL $BD/ --strip-components=1 \
2929
&& rm $BITCOIN_TARBALL
3030

3131
ENV LITECOIN_VERSION 0.16.3

0 commit comments

Comments
 (0)