From 33b789edb1708386f1c627794eade2df8bcc5b23 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Tue, 24 Sep 2024 13:01:24 +0700 Subject: [PATCH] dnf4 remove oldinstall --- base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Containerfile b/base/Containerfile index f026da2..7eea8e3 100644 --- a/base/Containerfile +++ b/base/Containerfile @@ -12,7 +12,7 @@ RUN dnf swap -y --allowerasing fedora-release-common ultramarine-release-identit RUN dnf swap -y fedora-logos ultramarine-logos # Delete old kernels -RUN dnf remove -y --oldinstallonly +RUN dnf4 remove -y --oldinstallonly # Install kernel modules and stuff for the new kernel, because the old ones are gone??? # Also install some extra packages :3