From 67ae29485d9312f224f5b188bc2a0ed9f2f4a4f2 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 13:25:44 +0100 Subject: [PATCH] fix: dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 90565fe..cdda8f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN apk add --update --no-cache \ bash \ tar \ jq \ + git \ openssh-client ARG HELM_VERSION=3.10.0