adding curl to the image

This commit is contained in:
Yohan9206 2025-07-14 00:24:41 +03:00
parent 924f3cb90c
commit 2527229878

View file

@ -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/