make sure langpacks-en is available for UBI
This commit is contained in:
parent
96b74cdb66
commit
0e88bcbf80
@ -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/
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user