Zaktualizuj 'Dockerfile'

This commit is contained in:
Sebastian Wałęsa 2022-06-06 10:47:29 +02:00
parent 7c6c1dfd12
commit ccf1fd685b

View File

@ -42,7 +42,7 @@ 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-get install -y openssh-server
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 111 jenkins