Skip to content

Commit

Permalink
Fixes bitcoin#273
Browse files Browse the repository at this point in the history
  • Loading branch information
aantonop committed Jun 18, 2020
1 parent f0bf7ae commit 744ad75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/docker/bitcoind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down
2 changes: 1 addition & 1 deletion code/docker/c-lightning/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 744ad75

Please sign in to comment.