diff --git a/Dockerfile b/Dockerfile index 1a544c2..34310ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN pip3 install pymongo RUN pip3 install dvc[ssh] paramiko +RUN apt install -y sshpass openssh-client git #RUN apt install python3.10-venv -y #RUN python3 -m venv docker_ium @@ -30,4 +31,4 @@ WORKDIR /app #RUN pip3 install tensorflow==2.12.* -#RUN useradd -r -u 111 jenkins \ No newline at end of file +RUN useradd -r -u 111 jenkins \ No newline at end of file