From 4493b5ec27a0475971af0aacb9e769f8dec02260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Fri, 11 Jun 2021 13:36:36 +0200 Subject: [PATCH] add sshpass --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2565f3a..78b5cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,6 @@ 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 apt install -y sshpass RUN useradd -r -u 111 jenkins