mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-07 00:22:20 +01:00
fix: permissions of docker-rsync scripts
This commit is contained in:
parent
05a269aeea
commit
0f1cb7924d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue