From 1228d21283a5c3563228876269c04edf0d1e637f Mon Sep 17 00:00:00 2001 From: JoshPiper <32164094+JoshPiper@users.noreply.github.com> Date: Thu, 2 Jan 2020 13:56:37 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7397edf..03b532a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,6 @@ RUN rm -rf /var/cache/apk/* RUN mkdir ~/.ssh # Copy in our executables. +COPY start-agent.sh /bin/start-agent COPY add-key.sh /bin/add-key -RUN chmod +x /bin/add-key +RUN chmod +x /bin/add-key /bin/start-agent