1
0
Fork 0

Remove extraneous rpm-ostree metadata cleanup
All checks were successful
/ build-kde (push) Successful in 10m4s
/ build-gnome (push) Successful in 12m7s

This commit is contained in:
ver4a 2024-11-14 13:32:16 +01:00
parent a69f70d2dd
commit e3814f5ba2
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@ RUN dnf5 -y install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda &&
dnf5 -y autoremove dnf5 -y autoremove
# Remove rpm metadata cache # Remove rpm metadata cache
RUN rpm-ostree cleanup --repomd
RUN dnf5 clean all RUN dnf5 clean all
# https://github.com/ostreedev/ostree-rs-ext/issues/159 # https://github.com/ostreedev/ostree-rs-ext/issues/159

View file

@ -7,7 +7,6 @@ RUN dnf5 -y install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda &&
dnf5 -y autoremove dnf5 -y autoremove
# Remove rpm metadata cache # Remove rpm metadata cache
RUN rpm-ostree cleanup --repomd
RUN dnf5 clean all RUN dnf5 clean all
# https://github.com/ostreedev/ostree-rs-ext/issues/159 # https://github.com/ostreedev/ostree-rs-ext/issues/159