FROM alpine COPY script.sh /bin/ RUN chmod +x /bin/script.sh && apk -Uuv add curl ca-certificates ENTRYPOINT /bin/script.sh