FROM alpine:latest RUN apk add --no-cache curl COPY entrypoint.sh /bin/entrypoint.sh CMD ["/bin/entrypoint.sh"]