mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
6 lines
126 B
Docker
6 lines
126 B
Docker
|
|
FROM certbot/certbot
|
||
|
|
|
||
|
|
COPY . src/certbot-dns-cloudflare
|
||
|
|
|
||
|
|
RUN pip install --no-cache-dir --editable src/certbot-dns-cloudflare
|