File: Dockerfile-apache

package info (click to toggle)
python-certbot 5.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,660 kB
  • sloc: python: 44,312; sh: 2,380; makefile: 480
file content (6 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
FROM certbot-compatibility-test
LABEL org.opencontainers.image.authors="certbot-dev@eff.org"

RUN apt-get install apache2 -y

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