Add virsh to package list to manage VMs on the host

This commit is contained in:
2025-08-21 13:26:38 -06:00
parent e9d610352b
commit 24c777e463

View File

@@ -53,6 +53,7 @@ RUN dnf install --assumeyes \
python3.13 \
python3.9 \
ShellCheck \
virsh \
xxhash-devel
ADD install-rpms.bash /tmp/install-rpms.bash