Skip to content

Commit 0f1cb79

Browse files
committed
fix: permissions of docker-rsync scripts
1 parent 05a269a commit 0f1cb79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk update && apk add --no-cache --upgrade rsync openssh openssl busybox
55
RUN rm -rf /var/cache/apk/*
66

77
COPY docker-rsync/* /bin/
8-
RUN chmod +x /bin/agent-*
8+
RUN chmod +x /bin/agent-* /bin/ssh-* /bin/hosts-*
99

1010
FROM base AS build
1111

0 commit comments

Comments
 (0)