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 91d4585 commit 255f9cbCopy full SHA for 255f9cb
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM alpine
2
+
3
+RUN apk add --no-cache git openssh-client bash jq curl&& \
4
+ echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
5
6
+ADD *.sh /
7
8
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments