Root Dockerfile now builds subservers
Root Dockerfile now builds subservers required for Loop functionality.
This commit is contained in:
parent
7d31467973
commit
b3d3ba8612
@ -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 \
|
||||
&& cd /go/src/github.com/lightningnetwork/lnd \
|
||||
&& make \
|
||||
&& make install
|
||||
&& make install tags="signrpc walletrpc chainrpc invoicesrpc"
|
||||
|
||||
# Start a new, final image.
|
||||
FROM alpine as final
|
||||
|
Loading…
Reference in New Issue
Block a user