mirror of
https://github.com/certbot/certbot.git
synced 2026-03-03 05:40:46 -05:00
7 lines
162 B
Text
7 lines
162 B
Text
|
|
FROM certbot-compatibility-test
|
||
|
|
MAINTAINER Brad Warren <bmw@eff.org>
|
||
|
|
|
||
|
|
RUN apt-get install apache2 -y
|
||
|
|
|
||
|
|
ENTRYPOINT [ "certbot-compatibility-test", "-p", "apache" ]
|