Files
domain-check/Dockerfile

6 lines
156 B
Docker

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