fix install
This commit is contained in:
parent
fb2d6c9164
commit
ee86061aa8
1 changed files with 2 additions and 1 deletions
|
@ -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/*
|
||||
|
|
Reference in a new issue