From e9eaac47bae024dd8522cec6fcb5d39a3eb9cb46 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Thu, 12 Sep 2024 14:16:23 +0200 Subject: [PATCH] coreutils --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b724eb1..976d417 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 +RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git openssh-client coreutils COPY scripts/scheduler/*.sh /scripts/ RUN find ./scripts -name "*.sh" | xargs dos2unix