Swapping virt packages

This commit is contained in:
Ben Radey
2025-11-12 23:44:40 -05:00
parent 7ac1d426a6
commit 07e912975a
+1 -4
View File
@@ -31,14 +31,13 @@ RUN rpm --import \
iotop \ iotop \
libavcodec-freeworld \ libavcodec-freeworld \
libva-nvidia-driver \ libva-nvidia-driver \
libvirt \
nvtop \ nvtop \
python3-pyusb \ python3-pyusb \
qemu-kvm \
radeontop \ radeontop \
steam \ steam \
syncthing \ syncthing \
vim \ vim \
virt-manager \
vulkan-tools \ vulkan-tools \
xinput && \ xinput && \
dnf5 swap -y ffmpeg-free ffmpeg --allowerasing && \ dnf5 swap -y ffmpeg-free ffmpeg --allowerasing && \
@@ -46,8 +45,6 @@ RUN rpm --import \
dnf5 swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \ dnf5 swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \
dnf5 clean all dnf5 clean all
# dnf5 install -y $(curl -s https://api.github.com/repos/ebkr/r2modmanPlus/releases/latest | jq -r '.assets[] | select(.name | endswith(".rpm")) | .browser_download_url') && \
# TODO: Remove this `|| true` hack once post scriptlets no longer make dnf exit with non-zero # TODO: Remove this `|| true` hack once post scriptlets no longer make dnf exit with non-zero
RUN dnf5 install -y akmod-nvidia xorg-x11-drv-nvidia-cuda proton-vpn-gnome-desktop || true RUN dnf5 install -y akmod-nvidia xorg-x11-drv-nvidia-cuda proton-vpn-gnome-desktop || true
# TODO: Remove these unnecessary checks to make sure the packages above actually got installed. rpm exits non-zero if the package is not installed and aborts the Containerfile build # TODO: Remove these unnecessary checks to make sure the packages above actually got installed. rpm exits non-zero if the package is not installed and aborts the Containerfile build