Merge remote-tracking branch 'laconic/fix-docker-build' into laconic-merge

This commit is contained in:
philip-morlier 2023-09-07 18:21:33 -07:00
commit 8fa170d988

View File

@ -6,7 +6,7 @@ ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.20-alpine as builder
RUN apk add --no-cache gcc musl-dev linux-headers git
RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git
# Get dependencies - will also be cached if we won't change go.mod/go.sum
COPY go.mod /go-ethereum/