Copy the executables in two layers, not 5.

chmod with grep.
This commit is contained in:
John Internet 2020-01-02 15:57:38 +00:00
parent 8a8eb3a7f3
commit 9f23357b59

View file

@ -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-*