diff --git a/docker-images/controller/Dockerfile b/docker-images/controller/Dockerfile index aa60cb5..e5d2c05 100644 --- a/docker-images/controller/Dockerfile +++ b/docker-images/controller/Dockerfile @@ -6,9 +6,10 @@ RUN \ apt-get update && \ apt-get dist-upgrade -y -o Dpkg::Options::="--force-confnew" && \ apt-get install -y -o Dpkg::Options::="--force-confnew" \ - git && \ + git \ + ansible \ + python3-boto3 && \ apt-get clean && \ - pip3 install ansible boto3 && \ update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \ rm -rf \ /var/lib/apt/lists/* \