certbot-docker/Dockerfile
Markus Pesch 391c9bfc1c
All checks were successful
continuous-integration/drone/push Build is passing
fix: use alpine instead of arch linux
2021-09-10 19:47:43 +02:00

5 lines
108 B
Docker

FROM docker.io/library/alpine:latest
RUN apk update && apk add certbot bind-tools
ENTRYPOINT [ "certbot" ]