make Dockerfile order cache friendly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-01 06:54:47 +01:00
parent ce4d78ee57
commit 86f612ef2f

View File

@@ -1,5 +1,5 @@
FROM alpine
RUN apk -Uuv add curl ca-certificates
ADD script.sh /bin/
RUN chmod +x /bin/script.sh
RUN apk -Uuv add curl ca-certificates
ENTRYPOINT /bin/script.sh