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 \ htop \
iftop \ iftop \
iotop \ iotop \
libavcodec-freeworld \
libva-nvidia-driver \ libva-nvidia-driver \
nvtop \ nvtop \
radeontop \ radeontop \
steam \ steam \
syncthing \ syncthing \
vim \ vim \
vulkan-tools && \ vulkan-tools \
dnf5 swap ffmpeg-free ffmpeg --allowerasing && \ xinput && \
dnf5 swap mesa-va-drivers mesa-va-drivers-freeworld && \ dnf5 swap -y ffmpeg-free ffmpeg --allowerasing && \
dnf5 swap swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \ dnf5 swap -y mesa-va-drivers mesa-va-drivers-freeworld && \
dnf5 swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \
dnf5 clean all dnf5 clean all
# 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