From 25272298782fa07301b6f811e76cdfcb2327b949 Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Mon, 14 Jul 2025 00:24:41 +0300 Subject: [PATCH] adding curl to the image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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/