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