From 8ace315852b3089214453faac22762af5776530e Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 21 Nov 2024 22:39:10 +0100 Subject: [PATCH] add acl package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e027def..13dd9f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ FROM alpine:latest COPY --from=redis-source /usr/src/redis/src/redis-cli /usr/bin/redis-cli RUN chmod +x /usr/bin/redis-cli -RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git openssh-client coreutils inotify-tools +RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git openssh-client coreutils inotify-tools acl COPY scripts/scheduler/*.sh /scripts/ RUN find ./scripts -name "*.sh" | xargs dos2unix