certbot: source → ., because it doesn't like it

This commit is contained in:
Starbeamrainbowlabs 2020-11-29 13:45:49 +00:00
parent f72e9b7a7f
commit 71b51b1664
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN /srv/certbot-auto --debug --noninteractive --install-only && \
install_packages python3-pip
WORKDIR /opt/eff.org/certbot/venv
RUN source bin/activate \
RUN . bin/activate \
&& pip install certbot-dns-cloudflare \
&& deactivate