mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add cloudflare dockerfile
This commit is contained in:
parent
ff60d70e68
commit
7bdbe9cae8
1 changed files with 5 additions and 0 deletions
5
certbot-dns-cloudflare/Dockerfile
Normal file
5
certbot-dns-cloudflare/Dockerfile
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue