#530 Remove the glibc-langpack-en from the base container image.
Merged 4 years ago by dustymabe. Opened 4 years ago by cverna.
cverna/fedora-kickstarts remove_en-langpack  into  master

@@ -13,6 +13,7 @@ 

  dnf-yum  # https://fedorahosted.org/fesco/ticket/1312#comment:29

  sssd-client

  sudo

+ -glibc-langpack-en

  %end

  

  %post --erroronfail --log=/root/anaconda-post.log

This commit makes sure that we don't install the all the en locale
in the base image. This remove around 60MB of the size of the container

Signed-off-by: Clement Verna cverna@tutanota.com

any side-effects from removing this?

any side-effects from removing this?

Appart from reducing the size of image I don't think so, we are already getting glibc-minimal-langpack-2.29-9.fc30.x86_64 from https://pagure.io/fedora-kickstarts/blob/master/f/fedora-container-common.ks#_36.

So we don't need to support all the english locale (GB, US, HK, IE, ...)

@dustymabe did I answer your question ?

@dustymabe did I answer your question ?

I think so :)

Pull-Request has been merged by dustymabe

4 years ago
Metadata