certbot: add symlink

This commit is contained in:
Starbeamrainbowlabs 2020-11-29 15:59:12 +00:00
parent 71b51b1664
commit 68264b658c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -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