FROM alpine:3.17.3 RUN apk add --no-cache curl ADD script.sh /script.sh ENTRYPOINT ["/script.sh"]