From 4a1a2bb1bae11c617e285a5717ebaaa3c9e9bb50 Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Sun, 5 Jun 2022 10:14:49 +0200 Subject: [PATCH] ssh client in dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 45e5519..73cf776 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN python3 -m pip install pymongo RUN python3 -m pip install mlflow RUN python3 -m pip install dvc RUN python3 -m pip install dvc[ssh] paramiko +RUN apt install -y sshpass openssh-client RUN python3 -m pip freeze