From 4bfa5b47da00b1e60337d1e0e5a3884f9cd9475e Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Thu, 16 Nov 2023 16:44:32 +0100 Subject: [PATCH] Add fedora-logos in the Dockerfile Needed by anaconda-webui RPM. --- tasks/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/Containerfile b/tasks/Containerfile index 478e74a3..72869a4c 100644 --- a/tasks/Containerfile +++ b/tasks/Containerfile @@ -11,6 +11,7 @@ RUN dnf -y update && \ dbus-glib \ diffstat \ expect \ + fedora-logos \ firefox \ fpaste \ gcc-c++ \