From a3710d5d3eef5757f53f7d0f20f205b0501ebc5d Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Mon, 2 Aug 2021 19:14:10 +0200 Subject: [PATCH] simplify perms handling --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12ac8f5..c0d14dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.