From f6a1c5aabdc12e8a32080e47b8afa491a21e4632 Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Fri, 15 Nov 2024 23:36:17 +0100 Subject: [PATCH] Only one needs be executable. --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8e7c98..f4f5931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,6 @@ LABEL org.opencontainers.image.description='An extension of kaniko-project/execu COPY scripts/* / -RUN chmod +x /kaniko-gitlab.sh && \ - chmod +x /kaniko-maven.sh && \ - chmod +x /docker-build-setup.sh && \ - chmod +x /script.sh +RUN chmod +x /script.sh ENTRYPOINT ["/script.sh"] \ No newline at end of file