From 40070d5385c58260f5c1c14f0df1206b3b96343e Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Tue, 3 Sep 2024 09:26:52 +0000 Subject: [PATCH] Update docker/Dockerfile --- docker/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 133d05a..52caaca 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,10 +1,7 @@ FROM ubuntu:latest ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update +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 pip3 install --upgrade pip -#RUN pip3 install --upgrade virtualenv -RUN apt-get install python3-ansible -y -RUN apt-get -y install openssh-client \ No newline at end of file +RUN apt-get install python3-ansible -y --break-system-packages