Adding inotify-tools to asrock

This commit is contained in:
Ben Radey
2025-11-25 18:00:19 -05:00
parent 4d8490d3a8
commit b78eeca36f
+4
View File
@@ -1,5 +1,9 @@
FROM ghcr.io/benradey/workstation-nvidia-base:latest
RUN dnf5 install -y \
inotify-tools && \
dnf5 clean all
# Build nvidia akmod with flag that produces proprietary kernal driver for older hardware
RUN echo "%_without_kmod_nvidia_detect 1" > /etc/rpm/macros.nvidia-kmod && \
mkdir -p /var/log/akmods /var/cache/akmods/nvidia /var/tmp && \