Skip to content

Commit 70f4ecd

Browse files
committed
Fixing Build issue
1 parent 8e1c0ed commit 70f4ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
FROM node:18.14.1-alpine3.17
33
RUN apk add --no-cache git
44
RUN apk add --update --no-cache openssh
5+
RUN echo "HOST *" > ~/.ssh/config
6+
RUN echo "StrictHostKeyChecking no" >> ~/.ssh/config
57
# Copy the current directory into the Docker image
68
COPY . /challenge-api
79

0 commit comments

Comments
 (0)