From 24c777e46396ec388c0c0c7316246c64cf3fa1a1 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Thu, 21 Aug 2025 13:26:38 -0600 Subject: [PATCH] Add virsh to package list to manage VMs on the host --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index a96988f..b97a1fa 100644 --- a/Containerfile +++ b/Containerfile @@ -53,6 +53,7 @@ RUN dnf install --assumeyes \ python3.13 \ python3.9 \ ShellCheck \ + virsh \ xxhash-devel ADD install-rpms.bash /tmp/install-rpms.bash