From 31a4530dd2ae9847754b35331194916200ea3e56 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Tue, 3 Sep 2024 09:24:48 +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 fe92246..133d05a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,5 +6,5 @@ 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 pip3 install ansible +RUN apt-get install python3-ansible -y RUN apt-get -y install openssh-client \ No newline at end of file