Skip to content

Commit c39f962

Browse files
committed
fix: install SSH in the docker container.
1 parent 3359e4d commit c39f962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roomy-pages-backup/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ENV CI=true
99
COPY . /project
1010
WORKDIR /project
1111

12-
RUN apk add --no-cache git
12+
RUN apk add --no-cache git openssh-client-default
13+
ENV GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=accept-new"
1314

1415
RUN npm i -g pnpm
1516
RUN pnpm i

0 commit comments

Comments
 (0)