mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
FROM certbot-compatibility-test
|
|
MAINTAINER Brad Warren <bmw@eff.org>
|
|
|
|
RUN apt-get install nginx -y
|
|
|
|
ENTRYPOINT [ "certbot-compatibility-test", "-p", "nginx" ]
|