certbot: source → ., because it doesn't like it
This commit is contained in:
parent
f72e9b7a7f
commit
71b51b1664
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN /srv/certbot-auto --debug --noninteractive --install-only && \
|
||||||
install_packages python3-pip
|
install_packages python3-pip
|
||||||
|
|
||||||
WORKDIR /opt/eff.org/certbot/venv
|
WORKDIR /opt/eff.org/certbot/venv
|
||||||
RUN source bin/activate \
|
RUN . bin/activate \
|
||||||
&& pip install certbot-dns-cloudflare \
|
&& pip install certbot-dns-cloudflare \
|
||||||
&& deactivate
|
&& deactivate
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue