From e4de2e740ceb63dfb83201e9b915a6d8c743e083 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 08:49:52 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2266360..b1cabe2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,8 @@ FROM gitea/act_runner:latest-dind-rootless COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/ +RUN mkdir -p /home/builder; cd /home/builder +COPY createHelmYaml.sh . +RUN chmod +x createHelmYaml.sh + ENTRYPOINT /bin/bash \ No newline at end of file