mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
6 lines
173 B
Docker
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
|