simplify perms handling

This commit is contained in:
Steven Agyekum 2021-08-02 19:14:10 +02:00
parent 4b9899c3a0
commit a3710d5d3e

View file

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