FROM certbot-compatibility-test
LABEL org.opencontainers.image.authors="certbot-dev@eff.org"

RUN apt-get install nginx -y

ENTRYPOINT [ "certbot-compatibility-test", "-p", "nginx" ]
