fixing sshpass openssh-client
This commit is contained in:
parent
d3a5eb3092
commit
7c6c1dfd12
@ -40,6 +40,10 @@ COPY ./ml_pytorch_mlflow.py ./
|
|||||||
|
|
||||||
RUN pip3 install dvc
|
RUN pip3 install dvc
|
||||||
RUN pip3 install dvc[ssh] paramiko
|
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 apt install -y sshpass openssh-client
|
||||||
RUN useradd -r -u 111 jenkins
|
RUN useradd -r -u 111 jenkins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user