Skip to content
Snippets Groups Projects
Commit 7e25f0f3 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

created jenkins user

parent dc3bde64
No related branches found
No related tags found
1 merge request!71created jenkins user
Pipeline #125172 failed
......@@ -9,4 +9,9 @@ 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 -ms /bin/bash jenkins
USER jenkins
WORKDIR /home/jenkins
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment