add sshpass

This commit is contained in:
Tomasz Ziętkiewicz 2021-06-11 13:36:36 +02:00
parent b5e694b78b
commit 4493b5ec27

View File

@ -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