From bd36adfc2a47dd0918dcba0bd4b5b15a2c0e3a22 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Tue, 3 Sep 2024 09:18:31 +0000 Subject: [PATCH] Update docker/Dockerfile --- docker/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d1e330c..dc48a17 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,7 +3,8 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update RUN apt-get install -y gcc python3-dev RUN apt-get install python3-pip -y -RUN pip3 install --upgrade pip -RUN pip3 install --upgrade virtualenv +RUN apt-get install python3-virtualenv -y +#RUN pip3 install --upgrade pip +#RUN pip3 install --upgrade virtualenv RUN pip3 install ansible RUN apt-get -y install openssh-client \ No newline at end of file