diff --git a/utils/Dockerfile b/utils/Dockerfile index 73cb53af0ebaf66a2b6485afae057305570acdf7..661082213734ebb18d6f9c014b354f1e44b9750c 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -11,7 +11,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ RUN pip install gvm-tools jq yq -RUN useradd -ms /bin/bash jenkins +RUN useradd -m -s /bin/bash jenkins USER jenkins WORKDIR /home/jenkins \ No newline at end of file