Skip to content
Snippets Groups Projects
Commit bbd8498e authored by Florent Thiery's avatar Florent Thiery
Browse files

fix build broken because of PEP 668 (add --break-system-packages to pip install), fixes #38080

parent 18068b66
Branches
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@ RUN \
COPY . /opt/qrlipsync
RUN cd /opt/qrlipsync && pip install -e '.[testing]'
RUN cd /opt/qrlipsync && pip install --break-system-packages -e '.[testing]'
WORKDIR /opt/src
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment