From 84cb39c0b2a6fbb778727d14caa42a298e9adfc4 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 28 Oct 2020 09:31:30 +0700 Subject: [PATCH] Add wake on lan package --- tools/Dockerfile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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