From 40df9eb628a16a4155014666a226a21df6cbefb9 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 14:24:39 +0200 Subject: [PATCH] fix python install error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7887ebf..29704ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ RUN apt-get update && \ yamllint \ s-nail \ python3-pip \ - && pip3 install --no-cache-dir pylint==3.1.0 \ + && pip3 install --no-cache-dir --break-system-packages pylint==3.1.0 \ && apt-get clean && \ rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*