From 77baaef89526f4c359ce6a2f0dcd49045ec8aac9 Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Mon, 14 Jul 2025 00:27:52 +0300 Subject: [PATCH] adding curl the right way --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7278acaaf..ab676a1495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +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 +RUN apk add --no-cache curl # Get dependencies - will also be cached if we won't change go.mod/go.sum COPY go.mod /go-ethereum/