diff options
| author | 2025-03-29 19:08:21 +0100 | |
|---|---|---|
| committer | 2025-03-29 19:35:28 +0100 | |
| commit | 3589fa143ad0f7f82d51b4299411ffbb03c4832d (patch) | |
| tree | 9f06e436093ddebd032842caefdbd84f4c8ed599 /teams/cloud | |
| parent | e3a079f93f2b12c2b97f1298b62e445c7c0156e8 (diff) | |
| download | kiwi-descriptions-3589fa143ad0f7f82d51b4299411ffbb03c4832d.tar.gz kiwi-descriptions-3589fa143ad0f7f82d51b4299411ffbb03c4832d.zip | |
teams/cloud/container: Explicitly add shadow-utils.
Fixes https://pagure.io/fedora-kiwi-descriptions/issue/169,
https://bugzilla.redhat.com/show_bug.cgi?id=2355948.
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 f466592..ae0b2da 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -158,6 +158,7 @@ <package name="bash"/> <package name="coreutils"/> <package name="rpm"/> + <package name="shadow-utils"/> <package name="util-linux-core"/> </packages> <packages type="bootstrap" profiles="Container-Base-Generic-Minimal"> |