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/