From 48a04a298447d803d1b393f404bc78642af68d70 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Thu, 10 Jul 2025 17:12:07 +0100 Subject: [PATCH] add gmp deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b70e9e8a0..5f0d23d6b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +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 gcc musl-dev linux-headers git gmp-dev gmp-static # Get dependencies - will also be cached if we won't change go.mod/go.sum COPY go.mod /go-ethereum/