diff --git a/tools/Dockerfile b/tools/Dockerfile index b0965492..febf54d8 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -2,7 +2,16 @@ FROM centos:8 RUN dnf install -y epel-release -RUN dnf install -y ansible python3-devel libffi-devel gcc openssl-devel python3-libselinux python3-pip which +RUN dnf install -y \ + ansible \ + python3-devel \ + libffi-devel \ + gcc \ + openssl-devel \ + python3-libselinux \ + python3-pip \ + which \ + wol RUN pip3 install kolla-ansible