Skip to content

Commit 8852923

Browse files
committed
Fixing Build issue
1 parent 70f4ecd commit 8852923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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 mkdir -p ~/.ssh
56
RUN echo "HOST *" > ~/.ssh/config
67
RUN echo "StrictHostKeyChecking no" >> ~/.ssh/config
78
# Copy the current directory into the Docker image

0 commit comments

Comments
 (0)