Files
plugin-drone-rancher-stack-v1/Dockerfile
T
Wayne Connolly a8e9c90ccf added git
2018-06-29 22:20:44 +10:00

7 lines
320 B
Docker

FROM alpine
RUN apk update && apk -Uuv add curl tar git ca-certificates && rm -rf /var/cache/apk/*
ADD script.sh /bin/
RUN chmod +x /bin/script.sh
RUN curl -o rancher-compose.tar.gz https://github.com/rancher/rancher-compose/releases/download/v0.12.5/rancher-compose-linux-amd64-v0.12.5.tar.gz
ENTRYPOINT /bin/script.sh