mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-23 09:21:56 +01:00
8 lines
121 B
Docker
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"]
|