Skip to content

Commit

Permalink
allow pip3 to break system packages in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 16, 2023
1 parent d1e8999 commit e939584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt update && \

RUN git clone --branch $BRANCH https://github.com/fplll/fpylll && \
cd fpylll && \
pip3 install -r requirements.txt && \
pip3 install -r suggestions.txt && \
pip3 --break-system-packages install -r requirements.txt && \
pip3 --break-system-packages install -r suggestions.txt && \
CFLAGS=$CFLAGS CXXFLAGS=$CXXFLAGS python3 setup.py build -j $JOBS && \
python3 setup.py -q install && \
cd .. && \
Expand Down

0 comments on commit e939584

Please sign in to comment.