From cb33a57b16fe93adaecb9d30365039bcca12f55e Mon Sep 17 00:00:00 2001 From: redxef Date: Mon, 11 Dec 2023 13:53:16 +0100 Subject: [PATCH] Add break-system-packages until we packaged this better. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ec0976..54ecdcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk --no-cache add \ netcat-openbsd \ python3 \ py3-pip \ - && python3 -m pip install certbot-dns-ovh + && python3 -m pip install --break-system-packages certbot-dns-ovh RUN mkdir -p /etc/periodic/12h COPY start.sh certbot-ovh.sh /usr/local/bin/