From 5fbfd710e4190ff7b4c8762d1799d9c6075fa0fc Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 29 Jun 2022 20:10:15 +0200 Subject: [PATCH] manifests/fedora-container: only install en locale This will shrink the container by around 13MB. --- test/data/manifests/fedora-container.json | 5 ++++- test/data/manifests/fedora-container.mpp.json | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/test/data/manifests/fedora-container.json b/test/data/manifests/fedora-container.json index d4de30fc..6adba2d0 100644 --- a/test/data/manifests/fedora-container.json +++ b/test/data/manifests/fedora-container.json @@ -546,7 +546,10 @@ ], "exclude": { "docs": true - } + }, + "install_langs": [ + "en_US" + ] } }, { diff --git a/test/data/manifests/fedora-container.mpp.json b/test/data/manifests/fedora-container.mpp.json index 3f0052d0..02449272 100644 --- a/test/data/manifests/fedora-container.mpp.json +++ b/test/data/manifests/fedora-container.mpp.json @@ -36,9 +36,7 @@ "shadow-utils", "sssd-client", "util-linux", - "microdnf", - "nginx" ], "excludes": [ @@ -63,7 +61,10 @@ ], "exclude": { "docs": true - } + }, + "install_langs": [ + "en_US" + ] } }, {