diff --git a/utils/Dockerfile b/utils/Dockerfile index 78cd7e276556ef23d0a5224d436eb479540bc252..73cb53af0ebaf66a2b6485afae057305570acdf7 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -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