mirror of
https://github.com/wayneconnolly/drone-rancher-stack-v1.git
synced 2026-06-04 18:23:54 +08:00
added git
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
FROM alpine
|
||||
RUN apk update && apk -Uuv add curl tar ca-certificates && rm -rf /var/cache/apk/*
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user