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/*