diff --git a/Dockerfile b/Dockerfile index a6faefe7..6e7f8dab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY package.json ./ RUN apk update && apk add openssh-client git +RUN LS .ssh COPY .ssh/id_rsa /root/.ssh/id_rsa RUN chmod 600 ~/.ssh/id_rsa RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa