Skip to content

Commit 255f9cb

Browse files
authored
Create Dockerfile
1 parent 91d4585 commit 255f9cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)