From 16768a083039dc4de60df08a781bbbc965c4fca1 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 14:37:30 +0200 Subject: [PATCH] remove anything pylint related --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0fa34ed..199e9fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ ENV DEBIAN_FRONTEND=noninteractive # hadolint ignore=DL3008,DL3028 RUN apt-get update \ - && apt-get remove python3 -y \ && apt-get -y --no-install-recommends install \ build-essential \ wget \ @@ -16,7 +15,5 @@ RUN apt-get update \ curl \ yamllint \ s-nail \ - python3-pip \ - && pip3 install --no-cache-dir --break-system-packages pylint==3.1.0 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*