diff --git a/docker/Dockerfile b/docker/Dockerfile index 1eac92a..861654b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,6 +2,7 @@ FROM ubuntu:latest ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -y RUN apt-get install -y gcc python3-dev +RUN apt-get install -y openssh-client RUN apt-get install python3-pip -y RUN apt-get install python3-virtualenv -y RUN pip3 install ansible --break-system-packages