Remove RPM configuration to strip out translations
Note that this doesn't restore the translations that were stripped out from the base fedora image. It only ensures that subsequent RPM transactions retain the translations. https://github.com/containers/toolbox/issues/60
This commit is contained in:
parent
3975aa7012
commit
fc474e1dcc
1 changed files with 2 additions and 0 deletions
|
|
@ -11,7 +11,9 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue