From 2a45a40db3c33a46cdce4fc1c574cc1b44f27722 Mon Sep 17 00:00:00 2001
From: Benjos <blegros@takima.fr>
Date: Mon, 7 Oct 2024 10:36:47 +0200
Subject: [PATCH] feat: added git inside helm image for CI

---
 helm/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/Dockerfile b/helm/Dockerfile
index 54222a2..2f6d996 100644
--- a/helm/Dockerfile
+++ b/helm/Dockerfile
@@ -1,7 +1,7 @@
 FROM debian:bookworm
 
 RUN apt update && \
-    apt install -y curl
+    apt install -y curl git
 
 ADD https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 get_helm.sh
 
-- 
GitLab