installer key

This commit is contained in:
2024-08-25 09:14:37 +02:00
parent 2157d8c405
commit 66fe634955
2 changed files with 20 additions and 1 deletions

View File

@@ -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
RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git openssh-client
COPY scripts/scheduler/*.sh /scripts/
RUN find ./scripts -name "*.sh" | xargs dos2unix