manifests/fedora-container: only install en locale
This will shrink the container by around 13MB.
This commit is contained in:
parent
34ebe60bf0
commit
5fbfd710e4
2 changed files with 8 additions and 4 deletions
|
|
@ -546,7 +546,10 @@
|
||||||
],
|
],
|
||||||
"exclude": {
|
"exclude": {
|
||||||
"docs": true
|
"docs": true
|
||||||
}
|
},
|
||||||
|
"install_langs": [
|
||||||
|
"en_US"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue