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:
parent
942ce219b6
commit
3975aa7012
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue