We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33687b commit 44a53e7Copy full SHA for 44a53e7
infra/Dockerfile.node
@@ -4,7 +4,7 @@ FROM golang:1.15-alpine as builder
4
RUN apk add --no-cache make gcc musl-dev linux-headers git
5
6
ADD . /go-ethereum
7
-RUN cd /go-ethereum && make geth
+RUN cd /go-ethereum && GO111MODULE=on go run build/ci.go install ./cmd/geth
8
9
# Pull Geth into a second stage deploy alpine container
10
FROM alpine:latest
0 commit comments