fix install
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:47:27 +02:00
parent fb2d6c9164
commit ee86061aa8

View file

@ -4,8 +4,9 @@ ENV DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008,DL3028
RUN apt-get update \
&& apt-get -y remove python3 \
&& apt-get -y --no-install-recommends install \
python3-full \
python3-full python3-pip \
&& pip install --no-cache-dir --break-system-packages pylint==3.1.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*