From 746baf23f5e8ac6fb670242706bc1f98f908507f Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Mon, 14 Jul 2025 00:36:21 +0300 Subject: [PATCH] curl --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab676a1495..9a1b9a05c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,7 @@ ARG BUILDNUM="" # Build Geth in a stock Go builder container FROM golang:1.24-alpine AS builder -RUN apk add --no-cache gcc musl-dev linux-headers git -RUN apk add --no-cache curl +RUN apk add --no-cache gcc musl-dev linux-headers git curl # Get dependencies - will also be cached if we won't change go.mod/go.sum COPY go.mod /go-ethereum/