From 71b51b1664036076630d352e1f80d2a619d93cc2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 29 Nov 2020 13:45:49 +0000 Subject: [PATCH] =?UTF-8?q?certbot:=20source=20=E2=86=92=20.,=20because=20?= =?UTF-8?q?it=20doesn't=20like=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/certbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/certbot/Dockerfile b/images/certbot/Dockerfile index 7ffac01..fe7597b 100644 --- a/images/certbot/Dockerfile +++ b/images/certbot/Dockerfile @@ -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