mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01:00
Build LND subservers when building docker image
Now that the official releases are built with subservers, can/should we build docker images with subservers by default too? This one-line change is all I needed to do to build LND with subservers so loop would work with the docker image.
This commit is contained in:
parent
76d91c702f
commit
7d31467973
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN apk add --no-cache --update alpine-sdk \
|
|||
make \
|
||||
&& cd /go/src/github.com/lightningnetwork/lnd \
|
||||
&& make \
|
||||
&& make install
|
||||
&& make install tags="signrpc walletrpc chainrpc invoicesrpc"
|
||||
|
||||
# Start a new, final image to reduce size.
|
||||
FROM alpine as final
|
||||
|
|
Loading…
Add table
Reference in a new issue