From fa688b6a8633788ec168ad9801f2c74f571d0822 Mon Sep 17 00:00:00 2001 From: ties Date: Thu, 29 Aug 2024 12:04:28 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e9e164f..9ae6c9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/ RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq RUN chmod +x /usr/bin/yq -COPY createHelmYaml.sh /usr/local/bin/ -RUN chmod +x /usr/local/bin/createHelmYaml.sh +COPY *.sh /usr/local/bin/ +RUN chmod +x /usr/local/bin/*.sh USER root WORKDIR /root/