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

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

COPY . src/certbot-dns-dnsimple

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