fix pip?
This commit is contained in:
parent
9abd59e49a
commit
fb2d6c9164
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
python3-full \
|
python3-full \
|
||||||
&& pip3 install --no-cache-dir --break-system-packages pylint==3.1.0 \
|
&& pip 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/*
|
||||||
|
|
Reference in a new issue