pull/276/head
Andreas M. Antonopoulos 4 years ago
parent f0bf7aeed3
commit 744ad752c3

@ -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/.

@ -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 \

Loading…
Cancel
Save