fix python install error
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-08 14:24:39 +02:00
parent fb6464bbaa
commit 40df9eb628

View file

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