Skip to content

Commit

Permalink
dnf4 remove oldinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent ffec01f commit 33b789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf swap -y --allowerasing fedora-release-common ultramarine-release-identit
RUN dnf swap -y fedora-logos ultramarine-logos

# Delete old kernels
RUN dnf remove -y --oldinstallonly
RUN dnf4 remove -y --oldinstallonly

# Install kernel modules and stuff for the new kernel, because the old ones are gone???
# Also install some extra packages :3
Expand Down

0 comments on commit 33b789e

Please sign in to comment.