remove anything pylint related
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:37:30 +02:00
parent 6565d1257c
commit 16768a0830

View file

@ -4,7 +4,6 @@ ENV DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008,DL3028 # hadolint ignore=DL3008,DL3028
RUN apt-get update \ RUN apt-get update \
&& apt-get remove python3 -y \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
build-essential \ build-essential \
wget \ wget \
@ -16,7 +15,5 @@ RUN apt-get update \
curl \ curl \
yamllint \ yamllint \
s-nail \ s-nail \
python3-pip \
&& pip3 install --no-cache-dir --break-system-packages pylint==3.1.0 \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*