diff --git a/Dockerfile b/Dockerfile index 047c5c03a..6420086b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,10 @@ FROM golang:alpine as builder ENV GODEBUG netdns=cgo # Install dependencies and build the binaries. -RUN apk add --no-cache \ +RUN apk add --no-cache --update alpine-sdk \ git \ make \ + gcc \ && git clone https://github.com/lightningnetwork/lnd /go/src/github.com/lightningnetwork/lnd \ && cd /go/src/github.com/lightningnetwork/lnd \ && make \