Skip to content

Commit 44a53e7

Browse files
committed
Fix make command for infra build
1 parent a33687b commit 44a53e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM golang:1.15-alpine as builder
44
RUN apk add --no-cache make gcc musl-dev linux-headers git
55

66
ADD . /go-ethereum
7-
RUN cd /go-ethereum && make geth
7+
RUN cd /go-ethereum && GO111MODULE=on go run build/ci.go install ./cmd/geth
88

99
# Pull Geth into a second stage deploy alpine container
1010
FROM alpine:latest

0 commit comments

Comments
 (0)