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

8 lines
124 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
2018-02-20 20:16:06 +01:00
COPY release/linux/amd64/drone /bin/
2018-02-20 19:59:04 +01:00
ENTRYPOINT ["/bin/drone"]