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