Skip to content

Commit

Permalink
flashbots: workaround bug in docker build for updater image
Browse files Browse the repository at this point in the history
  • Loading branch information
jparyani committed Dec 7, 2021
1 parent 4187c09 commit 5cfe7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/Dockerfile.updater
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:1.15-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git

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

# Pull Geth into a second stage deploy alpine container
FROM alpine:latest
Expand Down

0 comments on commit 5cfe7fe

Please sign in to comment.