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