fixing sshpass openssh-client

This commit is contained in:
Sebastian Wałęsa 2022-06-06 10:45:37 +02:00
parent d3a5eb3092
commit 7c6c1dfd12

View File

@ -40,6 +40,10 @@ COPY ./ml_pytorch_mlflow.py ./
RUN pip3 install dvc
RUN pip3 install dvc[ssh] paramiko
RUN apt-get remove openssh-client
RUN apt-get update
RUN apt-get install openssh-server
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 111 jenkins