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