From f0b07c66ca2121b77548fd0df8f7ef65f938ba8d Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 16:14:59 +0100 Subject: [PATCH] update --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2001c60..d0a70db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:3.20 COPY inotiy.sh /inotiy.sh + RUN CHOWN +x /inotiy.sh RUN apk --no-cache add \