diff options
| author | 2024-05-15 08:32:33 +0200 | |
|---|---|---|
| committer | 2024-07-01 09:22:08 +0200 | |
| commit | 0f501932e7e7d7a51f70e5058a65fcfc2c4e4b94 (patch) | |
| tree | 829686605c194755f5eb50aa881b8dfd815ecb36 /teams/cloud | |
| parent | dcc4f3c6f92af76d8754225adeadd285e6a5c426 (diff) | |
| download | kiwi-descriptions-0f501932e7e7d7a51f70e5058a65fcfc2c4e4b94.tar.gz kiwi-descriptions-0f501932e7e7d7a51f70e5058a65fcfc2c4e4b94.zip | |
Add dnf5-plugins into the generic container
[root@ba1ab1388008 /]# dnf5 install dnf5-plugins --setopt=install_weak_deps=False
...
Total size of inbound packages is 2 MiB. Need to download 2 MiB.
After this operation 13 MiB will be used (install 13 MiB, remove 0 B).
...
Fixes: https://pagure.io/releng/issue/12105
Fixes: https://pagure.io/releng/issue/12106
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 130b1b2..7118848 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -143,6 +143,7 @@ <package name="tar"/> <!-- https://bugzilla.redhat.com/show_bug.cgi?id=1409920 --> <package name="vim-minimal"/> <package name="dnf5"/> + <package name="dnf5-plugins"/> <package name="glibc-minimal-langpack"/> <package name="tzdata"/> <package name="xz"/> |