From 7a008d07f388f3fcaa88e323f036594ccb43eeb3 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sun, 19 Mar 2023 02:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87=E5=88=9B=E5=BB=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=BB=84=E6=9D=A5=E8=A7=A3=E5=86=B3=E6=9D=83=E9=99=90?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 996da47..6a8b15d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ FROM jenkins/inbound-agent:${BASE_TAG} USER root +RUN groupadd -g 987 docker && usermod -aG docker jenkins + RUN apt-get update && apt-get install -y \ ca-certificates \ curl \