certbot: add cloudflare dns plugin

This commit is contained in:
Starbeamrainbowlabs 2020-11-29 00:16:47 +00:00
parent 09a4e156ce
commit 1e486f312d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ At present, 3 image types are present:
- **`base-nopush`:** A variant of the above that doesn't automatically much to the docker registry on completion.
- **`docker`:** A `Dockerfile` is is built with `docker build` before being pushed to the docker registry.
Image | Purpose
----------------|----------------
`minideb` | Our main base image for (most) other images. Built from [minideb](https://github.com/bitnami/minideb), but customised to use our [[Wopplefox/apt-cacher-ng|apt-cacher-ng]] instance.

View File

@ -3,7 +3,7 @@ ARG REPO_LOCATION
FROM ${REPO_LOCATION}minideb
RUN install_packages certbot
RUN install_packages certbot python3-certbot-dns-cloudflare
# Only required if we use acme.sh instead of certbot: openssl openssh-client coreutils dnsutils curl socat tzdata tar oathtool