We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a269a commit 0f1cb79Copy full SHA for 0f1cb79
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ RUN apk update && apk add --no-cache --upgrade rsync openssh openssl busybox
5
RUN rm -rf /var/cache/apk/*
6
7
COPY docker-rsync/* /bin/
8
-RUN chmod +x /bin/agent-*
+RUN chmod +x /bin/agent-* /bin/ssh-* /bin/hosts-*
9
10
FROM base AS build
11
0 commit comments