From dd2fd834c8242cfca0ce8027ca328127630cfdf1 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 25 Nov 2021 19:48:38 +0100 Subject: [PATCH] extra-packages: Avoid losing mount(8) by accident The util-linux package was added to ensure the presence of the mount(8) command. Currently the package is already pulled in by various dependencies. Therefore, it doesn't increase the size of the image, but serves as a safeguard against any inadvertent changes. Note that starting from Fedora 35 onwards, the fedora base images no longer have mount(8), which increases the importance of this change. https://github.com/containers/toolbox/issues/929 --- extra-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/extra-packages b/extra-packages index 34ee156..105f5b0 100644 --- a/extra-packages +++ b/extra-packages @@ -36,6 +36,7 @@ time traceroute tree unzip +util-linux vte-profile wget which