images/fedora/f37, images/fedora/f38: Fix typos

Fallout from f5388cfc06

https://github.com/containers/toolbox/issues/60
This commit is contained in:
Debarshi Ray 2023-02-01 01:01:26 +01:00
parent 5b4a4449b0
commit 42dbd8e182
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ LABEL com.github.containers.toolbox="true" \
COPY README.md /
RUN rm /etc/rpm/macros.image-language.conf
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

View file

@ -11,7 +11,7 @@ LABEL com.github.containers.toolbox="true" \
COPY README.md /
RUN rm /etc/rpm/macros.image-language.conf
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