mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-24 19:44:04 +00:00
simplify perms handling
This commit is contained in:
+1
-2
@@ -9,8 +9,7 @@ RUN rm -rf /var/cache/apk/*
|
||||
RUN mkdir ~/.ssh
|
||||
|
||||
# Copy in our executables.
|
||||
COPY agent-start agent-stop agent-add agent-autostart /bin/
|
||||
COPY hosts-clear hosts-add /bin/
|
||||
COPY agent-* hosts-* /bin/
|
||||
RUN chmod +x /bin/agent-* /bin/hosts-*
|
||||
|
||||
# Prepare for known hosts.
|
||||
|
||||
Reference in New Issue
Block a user