From 8961c59d6f7d4e842f0daa2d408e7456a93492bd Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Tue, 3 Sep 2024 09:28:26 +0000 Subject: [PATCH] Update docker/Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 52caaca..1eac92a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,4 +4,4 @@ RUN apt-get update -y RUN apt-get install -y gcc python3-dev RUN apt-get install python3-pip -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