Fix dck
This commit is contained in:
parent
5e8b59a848
commit
f2bd0fde3c
@ -7,7 +7,7 @@ COPY package.json ./
|
|||||||
|
|
||||||
RUN apk update && apk add openssh-client git
|
RUN apk update && apk add openssh-client git
|
||||||
|
|
||||||
RUN LS .ssh
|
RUN ls .ssh
|
||||||
COPY .ssh/id_rsa /root/.ssh/id_rsa
|
COPY .ssh/id_rsa /root/.ssh/id_rsa
|
||||||
RUN chmod 600 ~/.ssh/id_rsa
|
RUN chmod 600 ~/.ssh/id_rsa
|
||||||
RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa
|
RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_rsa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user