We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f4ecd commit 8852923Copy full SHA for 8852923
docker/Dockerfile
@@ -2,6 +2,7 @@
2
FROM node:18.14.1-alpine3.17
3
RUN apk add --no-cache git
4
RUN apk add --update --no-cache openssh
5
+RUN mkdir -p ~/.ssh
6
RUN echo "HOST *" > ~/.ssh/config
7
RUN echo "StrictHostKeyChecking no" >> ~/.ssh/config
8
# Copy the current directory into the Docker image
0 commit comments