manifests/fedora-container: only install en locale

This will shrink the container by around 13MB.
This commit is contained in:
Christian Kellner 2022-06-29 20:10:15 +02:00 committed by Tom Gundersen
parent 34ebe60bf0
commit 5fbfd710e4
2 changed files with 8 additions and 4 deletions

View file

@ -546,7 +546,10 @@
], ],
"exclude": { "exclude": {
"docs": true "docs": true
} },
"install_langs": [
"en_US"
]
} }
}, },
{ {

View file

@ -36,9 +36,7 @@
"shadow-utils", "shadow-utils",
"sssd-client", "sssd-client",
"util-linux", "util-linux",
"microdnf", "microdnf",
"nginx" "nginx"
], ],
"excludes": [ "excludes": [
@ -63,7 +61,10 @@
], ],
"exclude": { "exclude": {
"docs": true "docs": true
} },
"install_langs": [
"en_US"
]
} }
}, },
{ {