diff --git a/Dockerfile b/Dockerfile index ae6e8c4..f446eae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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