mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Installing the Pay plugin in Dockerfile for arm32v7
This commit is contained in:
parent
4a11bc07f9
commit
063149079e
@ -103,6 +103,7 @@ VOLUME [ "/root/.lightning" ]
|
|||||||
|
|
||||||
COPY --from=builder /opt/lightningd/cli/lightning-cli /usr/bin
|
COPY --from=builder /opt/lightningd/cli/lightning-cli /usr/bin
|
||||||
COPY --from=builder /opt/lightningd/lightningd/lightning* /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/bitcoin/bin /usr/bin
|
||||||
COPY --from=downloader /opt/litecoin/bin /usr/bin
|
COPY --from=downloader /opt/litecoin/bin /usr/bin
|
||||||
COPY tools/docker-entrypoint.sh entrypoint.sh
|
COPY tools/docker-entrypoint.sh entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user