Adding xinput; fixing dnf commands

This commit is contained in:
Ben Radey
2025-11-11 23:52:59 -05:00
parent e857b5186b
commit bff88fff18
+6 -4
View File
@@ -27,16 +27,18 @@ RUN rpm --import \
htop \
iftop \
iotop \
libavcodec-freeworld \
libva-nvidia-driver \
nvtop \
radeontop \
steam \
syncthing \
vim \
vulkan-tools && \
dnf5 swap ffmpeg-free ffmpeg --allowerasing && \
dnf5 swap mesa-va-drivers mesa-va-drivers-freeworld && \
dnf5 swap swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \
vulkan-tools \
xinput && \
dnf5 swap -y ffmpeg-free ffmpeg --allowerasing && \
dnf5 swap -y mesa-va-drivers mesa-va-drivers-freeworld && \
dnf5 swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \
dnf5 clean all
# TODO: Remove this `|| true` hack once post scriptlets no longer make dnf exit with non-zero