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 564a2b6 commit baa9cb6Copy full SHA for baa9cb6
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM bash:5
2
+
3
+RUN apk add --update-cache \
4
+ git \
5
+ openssh-client \
6
+ && rm -rf /var/cache/apk/*
7
8
+COPY gitfile.sh /usr/local/bin/gitfile
9
10
+ENTRYPOINT /usr/local/bin/gitfile
0 commit comments