mirror of
https://github.com/drone/drone-git.git
synced 2026-06-16 14:50:26 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3.6
|
||||
RUN apk add --no-cache ca-certificates git openssh curl perl
|
||||
|
||||
ADD posix/* /usr/local/bin/
|
||||
ENTRYPOINT ["/usr/local/bin/clone"]
|
||||
Reference in New Issue
Block a user