certbot-docker/Dockerfile

5 lines
138 B
Docker

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