fix: permissions of docker-rsync scripts

This commit is contained in:
Steven 2025-12-06 19:19:26 +00:00
parent 05a269aeea
commit 0f1cb7924d

View file

@ -5,7 +5,7 @@ RUN apk update && apk add --no-cache --upgrade rsync openssh openssl busybox
RUN rm -rf /var/cache/apk/*
COPY docker-rsync/* /bin/
RUN chmod +x /bin/agent-*
RUN chmod +x /bin/agent-* /bin/ssh-* /bin/hosts-*
FROM base AS build