From e0951315725f707b8a9a34251991ac31441427b9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 Jun 2023 13:11:39 -0700 Subject: [PATCH] toolbox: drop standard and core from toolbox standard pulls in sssd core pulls in sssd-common both of those pull in sssd-client, which is excluded in container-common (to minimize size/deps). If we need these, we can look at another solution. Signed-off-by: Kevin Fenzi --- fedora-container-toolbox.ks | 2 -- 1 file changed, 2 deletions(-) diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks index 97c0c48..9f9b298 100644 --- a/fedora-container-toolbox.ks +++ b/fedora-container-toolbox.ks @@ -7,8 +7,6 @@ # Install packages %packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps -@standard -@core rootfiles tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920 vim-enhanced