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