mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
adding curl the right way
This commit is contained in:
parent
2527229878
commit
77baaef895
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue