forked from tzietkiewicz/ium-helloworld
add sshpass
This commit is contained in:
parent
b5e694b78b
commit
4493b5ec27
@ -3,5 +3,6 @@ FROM ubuntu:20.04
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt install -y python3 python3-pip openssh-client
|
RUN apt install -y python3 python3-pip openssh-client
|
||||||
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
||||||
|
RUN apt install -y sshpass
|
||||||
|
|
||||||
RUN useradd -r -u 111 jenkins
|
RUN useradd -r -u 111 jenkins
|
||||||
|
Loading…
Reference in New Issue
Block a user