diff --git a/fedora-toolbox b/fedora-toolbox index e956701..e5c728e 100644 --- a/fedora-toolbox +++ b/fedora-toolbox @@ -5,7 +5,6 @@ RUN dnf mark install libwayland-client \ RUN dnf config-manager --disable 'fedora-cisco-openh264' RUN dnf check-update || true -RUN dnf swap install glibc-langpack-en FROM cleanup RUN dnf check-update || true \ @@ -17,4 +16,4 @@ RUN dnf check-update || true \ kitty-terminfo \ neovim \ make \ - && dnf clean expire-cache + && dnf clean packages expire-cache