1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-09-20 19:05:27 +02:00
drone-cli/Dockerfile.alpine

8 lines
121 B
Docker
Raw Normal View History

2018-02-20 19:59:04 +01:00
FROM alpine:3.7
2018-02-22 02:12:30 +01:00
RUN apk add --no-cache ca-certificates
2018-02-20 19:59:04 +01:00
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"]