diff --git a/helm/Dockerfile b/helm/Dockerfile
index 54222a26e1400b8533f5efac5aa90b46a7a65d02..2f6d9967fe3a68ea66229947f47a609615639a65 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