From 1563c0d6b2436213ffa6e7c3493b6229139335b3 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Fri, 4 Oct 2024 15:01:03 +0200 Subject: [PATCH] tasks: Install lorax This is required by anaconda tests as they are using `mkksiso` to adjust the test ISO file. [1] [1]: https://github.com/rhinstaller/anaconda-webui/pull/462 --- tasks/container/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/container/Containerfile b/tasks/container/Containerfile index 8e548c3a..dc9493b4 100644 --- a/tasks/container/Containerfile +++ b/tasks/container/Containerfile @@ -29,6 +29,7 @@ RUN dnf -y update && \ libvirt-daemon-driver-qemu \ libvirt-daemon-driver-storage-core \ libvirt-python3 \ + lorax \ nc \ net-tools \ nodejs-devel \