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