Markus Pesch
f16f8cfe1d
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
138 B
Docker
5 lines
138 B
Docker
FROM docker.io/library/archlinux:latest
|
|
|
|
RUN pacman --sync --sysupgrade --refresh --noconfirm certbot bind-tools
|
|
|
|
ENTRYPOINT [ "certbot" ] |