images/fedora/f36: Pull in the i18n and l10n fixes from f37 and f38

This is a combination of the following commits:
  * e6a27d7926
  * f5388cfc06
  * 5b4a4449b0
  * 42dbd8e182

https://github.com/containers/toolbox/issues/60
This commit is contained in:
Debarshi Ray 2023-02-01 00:02:46 +01:00
parent 42dbd8e182
commit 0fa328dec2

View file

@ -11,8 +11,11 @@ LABEL com.github.containers.toolbox="true" \
COPY README.md /
RUN rm /etc/rpm/macros.image-language-conf
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
RUN dnf -y swap coreutils-single coreutils-full
RUN dnf -y swap glibc-minimal-langpack glibc-all-langpacks
COPY missing-docs /
RUN dnf -y reinstall $(<missing-docs)