From 29fce41e7d56a1ff5240b1583ee471ea1bbed0b0 Mon Sep 17 00:00:00 2001 From: "gioacchino.vino" <gioacchino.vino@infn.it> Date: Mon, 13 Nov 2023 17:25:40 +0100 Subject: [PATCH] created jenkins user --- utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Dockerfile b/utils/Dockerfile index 6610822..2977490 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -14,4 +14,4 @@ RUN pip install gvm-tools jq yq RUN useradd -m -s /bin/bash jenkins USER jenkins -WORKDIR /home/jenkins \ No newline at end of file +WORKDIR /home/jenkins \ No newline at end of file -- GitLab