certbot-docker/Dockerfile

5 lines
138 B
Docker
Raw Normal View History

2021-08-31 15:27:40 +00:00
FROM docker.io/library/archlinux:latest
RUN pacman --sync --sysupgrade --refresh --noconfirm certbot bind-tools
ENTRYPOINT [ "certbot" ]