diff --git a/README.md b/README.md index 652c72b..a3d0caf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/images/certbot/Dockerfile b/images/certbot/Dockerfile index 3ac501b..4a1f4a0 100644 --- a/images/certbot/Dockerfile +++ b/images/certbot/Dockerfile @@ -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