From d5ae5cd475247bad714e884cb7352618338775bd Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Mon, 30 May 2022 13:57:03 +0200 Subject: [PATCH] Update 'lab10/Dockerfile' --- lab10/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/lab10/Dockerfile b/lab10/Dockerfile index 107edf8..8d363c7 100644 --- a/lab10/Dockerfile +++ b/lab10/Dockerfile @@ -14,4 +14,5 @@ RUN pip3 install keras RUN pip3 install GitPython RUN pip3 install dvc RUN pip3 install dvc[ssh] paramiko +RUN apt install -y sshpass openssh-client RUN useradd -r -u 111 jenkins