mirror of
https://github.com/wayneconnolly/drone-rancher-stack-v1.git
synced 2026-06-04 18:23:54 +08:00
Create Dockerfile
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine
|
||||
ADD script.sh /bin/
|
||||
RUN chmod +x /bin/script.sh
|
||||
RUN apk -Uuv add curl tar ca-certificates
|
||||
ENTRYPOINT /bin/script.sh
|
||||
Reference in New Issue
Block a user