FROM smallstep/step-ca USER root RUN apk update RUN apk add --no-cache jq COPY init.sh /scripts/init.sh USER step ENTRYPOINT [ "/scripts/init.sh"]