From 3696cf80c76cff0292a57cd0861532ae47763dd0 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Thu, 23 Jan 2025 12:42:55 +0100 Subject: [PATCH] tasks: container: remove lorax dependency This is not used by anaconda-webui anymore. --- tasks/container/Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/container/Containerfile b/tasks/container/Containerfile index d80a707a..82c8c694 100644 --- a/tasks/container/Containerfile +++ b/tasks/container/Containerfile @@ -29,7 +29,6 @@ RUN dnf -y update && \ libvirt-daemon-driver-qemu \ libvirt-daemon-driver-storage-core \ libvirt-python3 \ - lorax \ nc \ net-tools \ nodejs-devel \