This commit is contained in:
holzi1005 2025-01-07 16:42:32 +01:00
parent ed2d9a77ef
commit ce13aa03b9

View file

@ -16,9 +16,7 @@ LABEL version="${VERSION}" \
COPY inotify.sh /inotify.sh
RUN mkdir /out \
chmod +x /inotify.sh \
chown -R nobody /out
RUN chmod +x /inotify.sh
RUN apk --no-cache add \
inotify-tools \