remove anything pylint related
This commit is contained in:
parent
6565d1257c
commit
16768a0830
1 changed files with 0 additions and 3 deletions
|
@ -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/*
|
||||||
|
|
Loading…
Reference in a new issue