fix python install error
This commit is contained in:
parent
fb6464bbaa
commit
40df9eb628
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ RUN apt-get update && \
|
|||
yamllint \
|
||||
s-nail \
|
||||
python3-pip \
|
||||
&& pip3 install --no-cache-dir pylint==3.1.0 \
|
||||
&& pip3 install --no-cache-dir --break-system-packages pylint==3.1.0 \
|
||||
&& apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||
|
|
Loading…
Reference in a new issue