Include bitcoin-cli
in built image
This commit is contained in:
parent
b21cf20c7f
commit
fc47bc97c7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ RUN set -ex && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt
|
rm -rf /var/lib/apt
|
||||||
|
|
||||||
COPY --from=downloader /bitcoin/tmp/bin/bitcoind /usr/local/bin/
|
COPY --from=downloader /bitcoin/tmp/bin/bitcoind /bitcoin/tmp/bin/bitcoin-cli /usr/local/bin/
|
||||||
|
|
||||||
RUN adduser --system --group --disabled-password bitcoin && \
|
RUN adduser --system --group --disabled-password bitcoin && \
|
||||||
mkdir -p /home/bitcoin/.bitcoin
|
mkdir -p /home/bitcoin/.bitcoin
|
||||||
|
|
Loading…
Reference in a new issue