diff --git a/Dockerfile b/Dockerfile index 509e409..17b4831 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM bitnami/kubectl:1.30.4 +USER root RUN useradd -m -u 1001 -g 1001 -o -s /bin/bash notroot +USER notroot COPY createHelmYaml.sh /usr/local/bin/ ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh \ No newline at end of file