diff --git a/Dockerfile b/Dockerfile index b9028f6..7f19ddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +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 wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 -O get_helm.sh && chmod +x get_helm.sh && ./get_helm.sh && rm get_helm.sh RUN useradd -m -u 1001 -o -s /bin/bash notroot USER notroot COPY createHelmYaml.sh /usr/local/bin/