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

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

COPY . src/certbot-dns-luadns

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