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

Created jenkins user in dockerfile

parent 0f893bf2
No related branches found
No related tags found
1 merge request!68Debug paas ci
Pipeline #123222 failed
......@@ -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
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