1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-17 00:21:32 +01:00
drone-cli/Dockerfile.alpine
2018-02-20 13:59:04 -05:00

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"]