fix pip?
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Grote 2024-05-08 14:41:32 +02:00
parent 9abd59e49a
commit fb2d6c9164

View file

@ -6,6 +6,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
python3-full \
&& pip3 install --no-cache-dir --break-system-packages pylint==3.1.0 \
&& pip install --no-cache-dir --break-system-packages pylint==3.1.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*