make Dockerfile order cache friendly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
RUN apk -Uuv add curl ca-certificates
|
||||||
ADD script.sh /bin/
|
ADD script.sh /bin/
|
||||||
RUN chmod +x /bin/script.sh
|
RUN chmod +x /bin/script.sh
|
||||||
RUN apk -Uuv add curl ca-certificates
|
|
||||||
ENTRYPOINT /bin/script.sh
|
ENTRYPOINT /bin/script.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user