certbot/certbot-dns-cloudflare/Dockerfile
2018-02-16 10:23:50 -08:00

6 lines
173 B
Docker

ARG CACHE_TAG=latest
FROM certbot/certbot:${CACHE_TAG}
COPY . src/certbot-dns-cloudflare
RUN pip install --no-cache-dir --editable /opt/certbot/src/certbot-dns-cloudflare