certbot-docker/Dockerfile
CSRBot e771261648
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update dependency docker.io/library/alpine to v3.16.0
2022-07-14 18:01:54 +02:00

5 lines
108 B
Docker

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