Update Dockerfile
Some checks failed
Build docker container / Build image (push) Failing after 8s

This commit is contained in:
ties 2024-08-28 10:17:17 +00:00
parent d1b774ed0e
commit 81dfdb708f

View File

@ -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/