Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile-apache « certbot-compatibility-test - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c04959669e9fdced7c59abd78b1be0d9d834982 (plain)
1
2
3
4
5
6
FROM certbot-compatibility-test
MAINTAINER Brad Warren <bmw@eff.org>

RUN apt-get install apache2 -y

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