From df16db41a0e25098c64ddc8416c193319918bfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=BCbke?= <luebke@b1-systems.de> Date: Fri, 22 Nov 2024 11:56:18 +0000 Subject: [PATCH] feat: Add curl to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 658caed..a088c21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apk add --no-cache \ py3-pip=24.0-r2 \ bash=5.2.26-r0 \ kubectl=1.30.0-r3 \ + curl=8.11.0-r2 \ && addgroup -S "app" \ && adduser -D -G "app" -h "/app" -s "/bin/bash" -u 1000 -S "app" -- GitLab