aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Debarshi Ray <rishi@fedoraproject.org> 2024-04-02 14:48:20 +0200
committerGravatar ngompa <ngompa13@gmail.com> 2024-04-02 13:56:37 +0000
commit5c131992d0fd100aab91baae8520f22d11a6c149 (patch)
tree35d01b0ba8fd89b376e7292df76165ab21231b6a
parentcf376d17213609cbe4b900aba089fe38ef991c33 (diff)
downloadkiwi-descriptions-5c131992d0fd100aab91baae8520f22d11a6c149.tar.gz
kiwi-descriptions-5c131992d0fd100aab91baae8520f22d11a6c149.zip
teams/cloud/container: Add cpio and file to Toolbx
They are currently being pulled in as dependencies of dracut and grub2-tools respectively. However, since they are explicitly mentioned in the list of default RPMs on Fedora Silverblue and Workstation [1], they should be mentioned here too, especially since packages like dracut and grub2-tools are related to booting the host operating system and might not be useful in a container. [1] https://pagure.io/fedora-comps/ https://pagure.io/fedora-kiwi-descriptions/pull-request/40
-rw-r--r--teams/cloud/container.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml
index 19d4441..38ec1c7 100644
--- a/teams/cloud/container.xml
+++ b/teams/cloud/container.xml
@@ -165,6 +165,7 @@
<package name="bzip2"/>
<package name="coreutils"/>
<package name="coreutils-common"/>
+ <package name="cpio"/>
<package name="curl"/>
<package name="default-editor"/>
<package name="diffutils"/>
@@ -172,6 +173,7 @@
<package name="dnf-yum"/> <!-- https://pagure.io/fesco/issue/1312#comment-30991 -->
<package name="dnf-plugins-core"/>
<package name="fedora-release-toolbx"/>
+ <package name="file"/>
<package name="findutils"/>
<package name="flatpak-spawn"/>
<package name="fpaste"/>