diff --git a/Dockerfile b/Dockerfile index 9b70e9e8a0..f7278acaaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ ARG BUILDNUM="" FROM golang:1.24-alpine AS builder RUN apk add --no-cache gcc musl-dev linux-headers git +RUN apt-get update && apt-get install -y curl # Get dependencies - will also be cached if we won't change go.mod/go.sum COPY go.mod /go-ethereum/