Copy the executables in two layers, not 5.
chmod with grep.
This commit is contained in:
parent
8a8eb3a7f3
commit
9f23357b59
|
@ -9,7 +9,6 @@ RUN rm -rf /var/cache/apk/*
|
|||
RUN mkdir ~/.ssh
|
||||
|
||||
# Copy in our executables.
|
||||
COPY agent-start /bin/agent-start
|
||||
COPY agent-add /bin/agent-add
|
||||
COPY agent-stop /bin/agent-stop
|
||||
RUN chmod +x /bin/agent-start /bin/agent-stop /bin/agent-add
|
||||
COPY agent-start agent-stop agent-add /bin/
|
||||
COPY hosts-clear hosts-add /bin/
|
||||
RUN chmod +x /bin/agent-* /bin/hosts-*
|
||||
|
|
Loading…
Reference in New Issue