From 559b8469f349ca6a77a561cbf91243077673d409 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 21 Jul 2024 11:18:17 +0800 Subject: [PATCH] fix python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7c2c8c..5048e05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN set -xe \ python3-dev \ && ln -sf /usr/bin/python3 /usr/bin/python \ && ln -sf /lib /lib64 \ - && rm /usr/lib/python3.11/EXTERNALLY-MANAGED \ + && rm -vf /usr/lib/python3.11/EXTERNALLY-MANAGED \ && python -m ensurepip \ && pip3 install --no-cache-dir rpi.gpio \ && npm install -g --unsafe-perm \