From 81dfdb708f7684da1ba2078949cc4ef076a1aabb Mon Sep 17 00:00:00 2001 From: ties Date: Wed, 28 Aug 2024 10:17:17 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c6b82ff..25f9f2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM bitnami/kubectl:1.30.4 USER root +RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 -O - | bash RUN useradd -m -u 1001 -o -s /bin/bash notroot USER notroot COPY createHelmYaml.sh /usr/local/bin/