mirror of
https://github.com/certbot/certbot.git
synced 2026-02-03 20:40:36 -05:00
6 lines
162 B
Text
6 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" ]
|