Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile « certbot-dns-cloudflare - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27dcc8751042d3b59fc387d231b4ad550caaf6c3 (plain)
1
2
3
4
5
FROM certbot/certbot

COPY . src/certbot-dns-cloudflare

RUN pip install --no-cache-dir --editable src/certbot-dns-cloudflare