From cd4a7069c802e2399dd2d8953a8b671f42704183 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 13 Dec 2024 16:36:52 +0800 Subject: [PATCH] update --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e308b4..44720e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,11 +21,11 @@ RUN set -xe \ libxslt-dev \ mosquitto-clients \ openssl-dev \ + py3-pip \ python3 \ python3-dev \ tzdata \ - && rm -vf /usr/lib/python3.12/EXTERNALLY-MANAGED \ - && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \ + && pip3 config set global.break-system-packages true \ && pip3 install --no-binary lxml \ aioxmpp \ appdirs \