bash->sh fix

This commit is contained in:
2024-08-22 17:49:25 +02:00
parent f60539f0b5
commit a6aed08961
2 changed files with 5 additions and 11 deletions

View File

@@ -16,12 +16,6 @@ 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/"]