coreutils

This commit is contained in:
2024-09-12 14:16:23 +02:00
parent 15b875200e
commit e9eaac47ba

View File

@@ -14,7 +14,7 @@ FROM alpine:latest
COPY --from=redis-source /usr/src/redis/src/redis-cli /usr/bin/redis-cli COPY --from=redis-source /usr/src/redis/src/redis-cli /usr/bin/redis-cli
RUN chmod +x /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/ COPY scripts/scheduler/*.sh /scripts/
RUN find ./scripts -name "*.sh" | xargs dos2unix RUN find ./scripts -name "*.sh" | xargs dos2unix