Added routerrpc subsystem to LND Dockerfiles so that Loop can work with docker builds.
This commit is contained in:
parent
0e28ecd616
commit
9e3659bc8f
@ -12,7 +12,7 @@ RUN apk add --no-cache --update alpine-sdk \
|
|||||||
&& git clone https://github.com/lightningnetwork/lnd /go/src/github.com/lightningnetwork/lnd \
|
&& git clone https://github.com/lightningnetwork/lnd /go/src/github.com/lightningnetwork/lnd \
|
||||||
&& cd /go/src/github.com/lightningnetwork/lnd \
|
&& cd /go/src/github.com/lightningnetwork/lnd \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install tags="signrpc walletrpc chainrpc invoicesrpc"
|
&& make install tags="signrpc walletrpc chainrpc invoicesrpc routerrpc"
|
||||||
|
|
||||||
# Start a new, final image.
|
# Start a new, final image.
|
||||||
FROM alpine as final
|
FROM alpine as final
|
||||||
|
@ -15,7 +15,7 @@ RUN apk add --no-cache --update alpine-sdk \
|
|||||||
make \
|
make \
|
||||||
&& cd /go/src/github.com/lightningnetwork/lnd \
|
&& cd /go/src/github.com/lightningnetwork/lnd \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install tags="signrpc walletrpc chainrpc invoicesrpc"
|
&& make install tags="signrpc walletrpc chainrpc invoicesrpc routerrpc"
|
||||||
|
|
||||||
# Start a new, final image to reduce size.
|
# Start a new, final image to reduce size.
|
||||||
FROM alpine as final
|
FROM alpine as final
|
||||||
|
Loading…
Reference in New Issue
Block a user