Update Dockerfile

This commit is contained in:
Wayne Connolly
2018-06-29 22:06:01 +10:00
committed by GitHub
parent 152aa25d72
commit 433a44315f
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine
RUN apk update && apk -Uuv add curl tar ca-certificates && rm -rf /var/cache/apk/*
ADD script.sh /bin/
RUN chmod +x /bin/script.sh
RUN apk -Uuv add curl tar ca-certificates
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