Skip to content

Commit

Permalink
Merge b3d3ba8 into c4415f0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpinionatedGeek committed May 9, 2019
2 parents c4415f0 + b3d3ba8 commit a983fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/lnd/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit a983fe8

Please sign in to comment.