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:
rishi 2023-02-01 00:32:45 +01:00
commit fc474e1dcc

View file

@ -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