certbot: add symlink
This commit is contained in:
parent
71b51b1664
commit
68264b658c
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ RUN /srv/certbot-auto --debug --noninteractive --install-only && \
|
||||||
WORKDIR /opt/eff.org/certbot/venv
|
WORKDIR /opt/eff.org/certbot/venv
|
||||||
RUN . bin/activate \
|
RUN . bin/activate \
|
||||||
&& pip install certbot-dns-cloudflare \
|
&& 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
|
# Only required if we use acme.sh instead of certbot: openssl openssh-client coreutils dnsutils curl socat tzdata tar oathtool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue