Update docker/Dockerfile
All checks were successful
/ build-docker-image (push) Successful in 15s

This commit is contained in:
2024-09-03 09:28:26 +00:00
parent 40070d5385
commit 8961c59d6f

View File

@@ -4,4 +4,4 @@ RUN apt-get update -y
RUN apt-get install -y gcc python3-dev RUN apt-get install -y gcc python3-dev
RUN apt-get install python3-pip -y RUN apt-get install python3-pip -y
RUN apt-get install python3-virtualenv -y RUN apt-get install python3-virtualenv -y
RUN apt-get install python3-ansible -y --break-system-packages RUN pip3 install ansible --break-system-packages