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