mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-04 10:42:25 +02:00
Merge pull request #2259 from yancyribbens/update-dockerfile-image
update lnd dockerfile image
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.10-alpine as builder
|
FROM golang:1.11-alpine as builder
|
||||||
|
|
||||||
MAINTAINER Olaoluwa Osuntokun <lightning.engineering>
|
MAINTAINER Olaoluwa Osuntokun <lightning.engineering>
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ COPY . /go/src/github.com/lightningnetwork/lnd
|
|||||||
ENV GODEBUG netdns=cgo
|
ENV GODEBUG netdns=cgo
|
||||||
|
|
||||||
# Install dependencies and install/build lnd.
|
# Install dependencies and install/build lnd.
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache --update alpine-sdk \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
&& cd /go/src/github.com/lightningnetwork/lnd \
|
&& cd /go/src/github.com/lightningnetwork/lnd \
|
||||||
|
Reference in New Issue
Block a user