Skip to content

Commit

Permalink
Fix pip EXTERNALLY-MANAGED issue
Browse files Browse the repository at this point in the history
python_build_tools/Dockerfile
  • Loading branch information
crazyuploader committed May 6, 2024
1 parent 16085a8 commit 4519497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_build_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ RUN apt-get clean && \
RUN curl -sL https://raw.githubusercontent.com/crazyuploader/Bash/master/install/ffsend.sh | bash -

# Installing pip packages
RUN pip3 install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir \
RUN pip3 install --no-cache-dir --upgrade --break-system-packages pip && \
pip install --no-cache-dir --break-system-packages \
flake8 \
pyflakes \
black \
Expand Down

0 comments on commit 4519497

Please sign in to comment.