Add wake on lan package

This commit is contained in:
Khue Doan 2020-10-28 09:31:30 +07:00
parent 529aaa7a86
commit 84cb39c0b2

View File

@ -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