oops. really? missed a few of those? smh

This commit is contained in:
2024-04-24 08:12:17 +05:30
parent 1a70dd59bc
commit 7918816622

View File

@@ -5,7 +5,6 @@ RUN dnf mark install libwayland-client \
RUN dnf config-manager --disable 'fedora-cisco-openh264' RUN dnf config-manager --disable 'fedora-cisco-openh264'
RUN dnf check-update || true RUN dnf check-update || true
RUN dnf swap install glibc-langpack-en
FROM cleanup FROM cleanup
RUN dnf check-update || true \ RUN dnf check-update || true \
@@ -17,4 +16,4 @@ RUN dnf check-update || true \
kitty-terminfo \ kitty-terminfo \
neovim \ neovim \
make \ make \
&& dnf clean expire-cache && dnf clean packages expire-cache