From 8c9ec992e3f6135e295545c63ffaeab495005edc Mon Sep 17 00:00:00 2001 From: jakubsuchy Date: Thu, 4 Sep 2025 08:31:58 -0400 Subject: [PATCH] Adding curl to apk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1252518..96e8365d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl as libjq FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine3.21 AS builder ARG appVersion=latest -RUN apk --no-cache add git ca-certificates gcc musl-dev libc-dev binutils-gold +RUN apk --no-cache add git ca-certificates gcc musl-dev libc-dev binutils-gold curl # Cache-friendly download of go dependencies. ADD go.mod go.sum /app/