mirror of
https://github.com/lnbook/lnbook
synced 2024-11-01 03:20:53 +00:00
Fixes #273
This commit is contained in:
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/bitcoind.bash-completion $BC/bitcoind
|
||||||
ADD $GH_URL/contrib/bitcoin-tx.bash-completion $BC/bitcoin-tx
|
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
|
ADD bitcoind /bitcoind
|
||||||
RUN ln -s /bitcoind /root/.
|
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
|
# Install software-properties-common to add apt repositories
|
||||||
RUN apt update && apt install -yqq \
|
RUN apt update && apt install -yqq \
|
||||||
|
Loading…
Reference in New Issue
Block a user