From 4673f86811290ce75278a54419488de4bea8d86a Mon Sep 17 00:00:00 2001 From: qpismont Date: Tue, 21 Oct 2025 20:05:20 +0200 Subject: [PATCH] Add wget installation to Containerfile --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index b93aae7..a5be246 100644 --- a/Containerfile +++ b/Containerfile @@ -24,6 +24,7 @@ RUN dnf install -y \ mesa-vulkan-drivers \ xorg-x11-drv-amdgpu \ plymouth \ + wget \ plymouth-system-theme \ plymouth-plugin-label \ plymouth-plugin-fade-throbber \