2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
This commit is contained in:
Andreas M. Antonopoulos 2020-06-18 17:22:44 -04:00
parent f0bf7aeed3
commit 744ad752c3
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ ADD $GH_URL/contrib/bitcoin-cli.bash-completion $BC/bitcoin-cli
ADD $GH_URL/contrib/bitcoind.bash-completion $BC/bitcoind
ADD $GH_URL/contrib/bitcoin-tx.bash-completion $BC/bitcoin-tx
FROM bitcoind-base AS bitcoind-regtest
FROM bitcoind-base AS bitcoind
ADD bitcoind /bitcoind
RUN ln -s /bitcoind /root/.

View File

@ -1,4 +1,4 @@
FROM lnbook/bitcoind-regtest AS c-lightning-base
FROM lnbook/bitcoind AS c-lightning-base
# Install software-properties-common to add apt repositories
RUN apt update && apt install -yqq \