mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 16:23:15 +00:00
Copy the executables in two layers, not 5.
chmod with grep.
This commit is contained in:
+3
-4
@@ -9,7 +9,6 @@ RUN rm -rf /var/cache/apk/*
|
|||||||
RUN mkdir ~/.ssh
|
RUN mkdir ~/.ssh
|
||||||
|
|
||||||
# Copy in our executables.
|
# Copy in our executables.
|
||||||
COPY agent-start /bin/agent-start
|
COPY agent-start agent-stop agent-add /bin/
|
||||||
COPY agent-add /bin/agent-add
|
COPY hosts-clear hosts-add /bin/
|
||||||
COPY agent-stop /bin/agent-stop
|
RUN chmod +x /bin/agent-* /bin/hosts-*
|
||||||
RUN chmod +x /bin/agent-start /bin/agent-stop /bin/agent-add
|
|
||||||
|
|||||||
Reference in New Issue
Block a user