diff --git a/certbot-dns-cloudflare/Dockerfile b/certbot-dns-cloudflare/Dockerfile new file mode 100644 index 000000000..24c9848b2 --- /dev/null +++ b/certbot-dns-cloudflare/Dockerfile @@ -0,0 +1,5 @@ +FROM certbot/certbot:rolling + +COPY . src/certbot-dns-cloudflare + +RUN pip install --no-cache-dir --editable /opt/certbot/src/certbot-dns-cloudflare