mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
7 lines
159 B
Text
7 lines
159 B
Text
|
|
FROM certbot-compatibility-test
|
||
|
|
MAINTAINER Brad Warren <bmw@eff.org>
|
||
|
|
|
||
|
|
RUN apt-get install nginx -y
|
||
|
|
|
||
|
|
ENTRYPOINT [ "certbot-compatibility-test", "-p", "nginx" ]
|