FROM alpine RUN apk add --update --no-cache openssl jq curl ca-certificates busybox-extras COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]