Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 16s

This commit is contained in:
ties 2024-08-29 12:04:28 +00:00
parent 503fdd7503
commit fa688b6a86

View File

@ -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 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 wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
RUN chmod +x /usr/bin/yq RUN chmod +x /usr/bin/yq
COPY createHelmYaml.sh /usr/local/bin/ COPY *.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/createHelmYaml.sh RUN chmod +x /usr/local/bin/*.sh
USER root USER root
WORKDIR /root/ WORKDIR /root/