Add the cli tool to the image for testing purposes
This commit is contained in:
parent
4a7ad72f1d
commit
e5fb3cbd35
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ FROM git.zontreck.com/ariascreations/buildenvironments:debianbuild
|
|||
|
||||
WORKDIR /app
|
||||
COPY --from=BUILDER /bitcoin/build/src/bitcoind ./bitcoind
|
||||
COPY --from=BUILDER /bitcoin/build/src/bitcoin-cli ./bitcoin-cli
|
||||
|
||||
WORKDIR /
|
||||
ADD ./entrypoint.sh /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue