From 15f7d4f16b843b8799054035daed4b936ca8bb72 Mon Sep 17 00:00:00 2001 From: "gioacchino.vino" <gioacchino.vino@infn.it> Date: Mon, 6 Nov 2023 18:41:06 +0100 Subject: [PATCH] Created jenkins user in dockerfile --- utils/Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/utils/Dockerfile b/utils/Dockerfile index 78cd7e2..adb8ee1 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -9,4 +9,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ && rm orchent_${ORCHENT_VERSION}_amd64.deb \ && apt-get clean && rm -rf /var/lib/apt/lists/* -RUN pip install gvm-tools jq yq \ No newline at end of file +RUN pip install gvm-tools jq yq + +RUN useradd jenkins + +USER jenkins + + -- GitLab