Markus Pesch
391c9bfc1c
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
108 B
Docker
5 lines
108 B
Docker
FROM docker.io/library/alpine:latest
|
|
|
|
RUN apk update && apk add certbot bind-tools
|
|
|
|
ENTRYPOINT [ "certbot" ] |