mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Installing the Pay plugin in Dockerfile for arm32v7
This commit is contained in:
parent
4a11bc07f9
commit
063149079e
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ VOLUME [ "/root/.lightning" ]
|
|||
|
||||
COPY --from=builder /opt/lightningd/cli/lightning-cli /usr/bin
|
||||
COPY --from=builder /opt/lightningd/lightningd/lightning* /usr/bin/
|
||||
COPY --from=builder /opt/lightningd/plugins/pay /usr/libexec/c-lightning/plugins/
|
||||
COPY --from=downloader /opt/bitcoin/bin /usr/bin
|
||||
COPY --from=downloader /opt/litecoin/bin /usr/bin
|
||||
COPY tools/docker-entrypoint.sh entrypoint.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue