From b79ca6ec6b3aed5f1f2a02237e6b0f4cc3fe7d41 Mon Sep 17 00:00:00 2001 From: JoshPiper <32164094+JoshPiper@users.noreply.github.com> Date: Thu, 2 Jan 2020 13:11:11 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4763859..7397edf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,3 +11,4 @@ RUN mkdir ~/.ssh # Copy in our executables. COPY add-key.sh /bin/add-key +RUN chmod +x /bin/add-key