1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-26 00:36:02 +02:00
drone-cli/Dockerfile.alpine

8 lines
123 B
Docker
Raw Normal View History

2018-02-20 19:59:04 +01:00
FROM alpine:3.7
RUN apk add -U --no-cache ca-certificates
ADD release/linux/amd64/drone /bin/
ENTRYPOINT ["/bin/drone"]