From e31221236bb68dcaba16ff5ef5c2f29ba0aa81cc Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 11:12:04 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17b4831..c6b82ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM bitnami/kubectl:1.30.4 USER root -RUN useradd -m -u 1001 -g 1001 -o -s /bin/bash notroot +RUN useradd -m -u 1001 -o -s /bin/bash notroot USER notroot COPY createHelmYaml.sh /usr/local/bin/