Ensure that all the glibc language packs are available

... and not just C, POSIX and C.UTF-8.

https://github.com/containers/toolbox/issues/60
This commit is contained in:
rishi 2023-02-01 00:30:35 +01:00
commit 3975aa7012

View file

@ -13,6 +13,7 @@ COPY README.md /
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)