Update docker/Dockerfile
Some checks failed
/ build-docker-image (push) Failing after 10s

This commit is contained in:
2024-09-03 09:24:48 +00:00
parent 40a0a8ac43
commit 31a4530dd2

View File

@@ -6,5 +6,5 @@ RUN apt-get install python3-pip -y
RUN apt-get install python3-virtualenv -y
#RUN pip3 install --upgrade pip
#RUN pip3 install --upgrade virtualenv
RUN pip3 install ansible
RUN apt-get install python3-ansible -y
RUN apt-get -y install openssh-client