Add user to avoid "No user exists for uid 111" problem

This commit is contained in:
Tomasz Ziętkiewicz 2021-06-11 13:11:07 +02:00
parent f7306886c8
commit 75da6e7220

View File

@ -3,3 +3,5 @@ FROM ubuntu:20.04
RUN apt-get update
RUN apt install -y python3 python3-pip openssh-client
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
RUN useradd -r -u 111 -g 113 jenkins