make sure langpacks-en is available for UBI

This commit is contained in:
Neil Hanlon 2024-05-07 15:41:26 -04:00
parent 96b74cdb66
commit 0e88bcbf80
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 2 additions and 1 deletions

View File

@ -573,6 +573,7 @@ function common_container_steps() {
}
function minimal_container_steps() {
microdnf -y remove langpacks-en
rm -fv /usr/share/gnupg/help*.txt
rm /usr/lib/rpm/rpm.daily
rm -rfv /usr/lib64/nss/unsupported-tools/

View File

@ -190,7 +190,7 @@
</packages>
<!-- End Minimal -->
<!-- UBI -->
<packages type="bootstrap" profiles="Container-UBI">
<packages type="bootstrap" patternType="plusRecommended" profiles="Container-UBI">
<package name="crypto-policies-scripts"/>
<package name="curl-minimal"/>
<package name="dnf"/>