This commit is contained in:
gisele-igore 2023-04-05 11:24:29 +02:00
parent 2c44dabb6f
commit 00e45dcfe1
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY package.json ./
RUN apk update && apk add openssh-client git
COPY .ssh/id_rsa /root/.ssh/id_rsa
COPY id_rsa /root/.ssh/id_rsa
RUN chmod 600 ~/.ssh/id_rsa
RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa
RUN ssh-keyscan github.com smart-chain-fr/leCoffre-resources.git >> /root/.ssh/known_hosts