From 68264b658c57764b69cb014c7e12ee4ed6728038 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 29 Nov 2020 15:59:12 +0000 Subject: [PATCH] certbot: add symlink --- images/certbot/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/certbot/Dockerfile b/images/certbot/Dockerfile index fe7597b..8f1b618 100644 --- a/images/certbot/Dockerfile +++ b/images/certbot/Dockerfile @@ -18,7 +18,8 @@ RUN /srv/certbot-auto --debug --noninteractive --install-only && \ WORKDIR /opt/eff.org/certbot/venv RUN . bin/activate \ && pip install certbot-dns-cloudflare \ - && deactivate + && deactivate \ + && ln -s /opt/eff.org/certbot/venv/bin/certbot /usr/bin/certbot # Only required if we use acme.sh instead of certbot: openssl openssh-client coreutils dnsutils curl socat tzdata tar oathtool