Root Dockerfile now builds subservers

Root Dockerfile now builds subservers required for Loop functionality.
This commit is contained in:
Geoff Taylor 2019-05-09 15:16:36 +01:00 committed by GitHub
parent 7d31467973
commit b3d3ba8612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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