1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-08 16:46:03 +02:00
drone-cli/Dockerfile.alpine
2018-02-22 09:12:30 +08:00

8 lines
121 B
Docker

FROM alpine:3.7
RUN apk add --no-cache ca-certificates
COPY release/linux/amd64/drone /bin/
ENTRYPOINT ["/bin/drone"]