1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-04-27 20:35:17 +02:00
drone-cli/Dockerfile.alpine
2018-02-20 14:16:06 -05:00

8 lines
124 B
Docker

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