build+routerrpc+lncli: remove routerrpc conditional compilation

This commit is contained in:
Joost Jager
2020-03-30 10:53:49 +02:00
parent e11a3b24d8
commit ffa7bed7f0
17 changed files with 8 additions and 65 deletions

View File

@@ -18,7 +18,7 @@ RUN apk add --no-cache --update alpine-sdk \
&& cd /go/src/github.com/lightningnetwork/lnd \
&& git checkout $checkout \
&& make \
&& make install tags="signrpc walletrpc chainrpc invoicesrpc routerrpc"
&& make install tags="signrpc walletrpc chainrpc invoicesrpc"
# Start a new, final image.
FROM alpine as final