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