inotifywait
Waits for changes to one or more files. More information: <https://manned.org/inotifywait>.
RUN apt-get update && \
apt-get install -y inotify-tools
RUN apt-get update && \
apt-get install -y inotify-tools
RUN apk add inotify-tools
RUN pacman -S --noconfirm inotify-tools
RUN apt-get update && \
apt-get install -y inotify-tools
RUN dnf install -y inotify-tools
RUN apt-get update && \
apt-get install -y inotify-tools