mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
update lnd dockerfile image to golang:1.11-alpine for lnd
This commit is contained in:
parent
0fafd5e2fd
commit
8fef5608b5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.10-alpine as builder
|
||||
FROM golang:1.11-alpine as builder
|
||||
|
||||
MAINTAINER Olaoluwa Osuntokun <lightning.engineering>
|
||||
|
||||
|
@ -10,7 +10,7 @@ COPY . /go/src/github.com/lightningnetwork/lnd
|
|||
ENV GODEBUG netdns=cgo
|
||||
|
||||
# Install dependencies and install/build lnd.
|
||||
RUN apk add --no-cache \
|
||||
RUN apk add --no-cache --update alpine-sdk \
|
||||
git \
|
||||
make \
|
||||
&& cd /go/src/github.com/lightningnetwork/lnd \
|
||||
|
|
Loading…
Add table
Reference in a new issue