mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 10:19:21 +07:00
Add wake on lan package
This commit is contained in:
parent
529aaa7a86
commit
84cb39c0b2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user