Stop deleting rpm metadata unnecessarily (nvidia layer)
Completes commit b417eb2680
in which I've
missed the nvidia layer.
This commit is contained in:
parent
b417eb2680
commit
f83ae98869
2 changed files with 0 additions and 6 deletions
|
@ -6,8 +6,5 @@ RUN dnf5 -y install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda &&
|
||||||
rpm -e akmod-nvidia && \
|
rpm -e akmod-nvidia && \
|
||||||
dnf5 -y autoremove
|
dnf5 -y autoremove
|
||||||
|
|
||||||
# Remove rpm metadata cache
|
|
||||||
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
|
||||||
|
|
|
@ -6,8 +6,5 @@ RUN dnf5 -y install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda &&
|
||||||
rpm -e akmod-nvidia && \
|
rpm -e akmod-nvidia && \
|
||||||
dnf5 -y autoremove
|
dnf5 -y autoremove
|
||||||
|
|
||||||
# Remove rpm metadata cache
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue