From 469be0a1a9d86e18623c3691003718b128156d36 Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 27 Mar 2023 13:04:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E8=84=9A=E6=9C=AC=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E6=9D=83=E9=99=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7bfb88e..fd82356 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ FROM jenkins/inbound-agent:${BASE_TAG} USER root COPY start-agent.sh /usr/local/bin/start.sh +RUN chmod 755 /usr/local/bin/start.sh ENTRYPOINT [ "/usr/local/bin/start.sh" ] RUN apt-get update && apt-get install -y \