From b5e694b78be217af1a388a04275b53d9078f7efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Fri, 11 Jun 2021 13:18:12 +0200 Subject: [PATCH] Trying to fix docker/ssh problems i# Please enter the commit message for your changes. Lines starting --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb23a8c..2565f3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ 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 jenkins jenkins +RUN useradd -r -u 111 jenkins