FROM certbot/certbot:latest RUN apk update \ && apk add jq curl bash\ && rm -rf /var/cache/apk/*