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

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

COPY . src/certbot-dns-route53

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