This commit is contained in:
2024-08-22 13:35:25 +02:00
parent 5dbd0325b9
commit 3533b7c0cc
2 changed files with 23 additions and 1 deletions

View File

@@ -16,6 +16,12 @@ RUN chmod +x /usr/bin/redis-cli
RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git
#### TEMPORARY KEY MANGEMENT
RUN mkdir -p /root/.ssh
COPY installer /root/.ssh/installer
RUN chmod 660 /root/.ssh/installer
###########################
COPY scripts/scheduler/*.sh /scripts/
RUN find ./scripts -name "*.sh" | xargs dos2unix
RUN ["chmod", "+x", "-R", "/scripts/"]