1
0
Fork 0

Cleanup dnf5 metadata
Some checks failed
/ build-gnome (push) Waiting to run
/ build-kde (push) Has been cancelled

This commit is contained in:
ver4a 2024-11-14 13:29:22 +01:00
parent 36fc168105
commit a69f70d2dd
2 changed files with 2 additions and 0 deletions

View file

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

View file

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