mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
adding curl to the image
This commit is contained in:
parent
924f3cb90c
commit
2527229878
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ ARG BUILDNUM=""
|
||||||
FROM golang:1.24-alpine AS builder
|
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
|
||||||
|
RUN apt-get update && apt-get install -y curl
|
||||||
|
|
||||||
# Get dependencies - will also be cached if we won't change go.mod/go.sum
|
# Get dependencies - will also be cached if we won't change go.mod/go.sum
|
||||||
COPY go.mod /go-ethereum/
|
COPY go.mod /go-ethereum/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue