certbot-docker/Dockerfile
Markus Pesch f16f8cfe1d
All checks were successful
continuous-integration/drone/push Build is passing
Initial Commit
2021-08-31 18:37:14 +02:00

5 lines
138 B
Docker

FROM docker.io/library/archlinux:latest
RUN pacman --sync --sysupgrade --refresh --noconfirm certbot bind-tools
ENTRYPOINT [ "certbot" ]