Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
try without unix files and just certbot
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 18, 2023
1 parent d76188f commit 8976c1c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ RUN apk add --no-cache ca-certificates build-base libffi-dev go && \
\
certbot-dns-cloudflare \
certbot-dns-digitalocean \
# certbot-dns-dnsimple \
# certbot-dns-dnsmadeeasy \
# certbot-dns-gehirn \
certbot-dns-dnsimple \
certbot-dns-dnsmadeeasy \
certbot-dns-gehirn \
certbot-dns-google \
certbot-dns-linode \
# certbot-dns-luadns \
# certbot-dns-nsone \
certbot-dns-luadns \
certbot-dns-nsone \
certbot-dns-ovh \
certbot-dns-rfc2136 \
# certbot-dns-route53 \
# certbot-dns-sakuracloud \
certbot-dns-route53 \
certbot-dns-sakuracloud \
\
certbot-dns-multi


FROM scratch
COPY --from=certbot /usr/local/certbot /usr/local/certbot

0 comments on commit 8976c1c

Please sign in to comment.