mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-17 00:21:32 +01:00
8 lines
123 B
Docker
8 lines
123 B
Docker
FROM alpine:3.7
|
|
|
|
RUN apk add -U --no-cache ca-certificates
|
|
|
|
ADD release/linux/amd64/drone /bin/
|
|
|
|
ENTRYPOINT ["/bin/drone"]
|