File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN install_packages \
46
46
ENV READTHEDOCS=True
47
47
ADD requirements.txt /tmp/.
48
48
RUN pip install --upgrade pip && \
49
- pip install --no-cache-dir -r /tmp/requirements.txt
49
+ pip install --no-cache-dir --break-system-packages - r /tmp/requirements.txt
50
50
51
51
RUN mkdir -p /coderbot && \
52
52
mkdir -p /coderbot/data && \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN install_packages \
47
47
ENV READTHEDOCS=True
48
48
ADD requirements.txt /tmp/.
49
49
RUN pip install --upgrade pip && \
50
- pip install --no-cache-dir -r /tmp/requirements.txt
50
+ pip install --no-cache-dir --break-system-packages - r /tmp/requirements.txt
51
51
52
52
RUN mkdir -p /coderbot && \
53
53
mkdir -p /coderbot/data && \
You can’t perform that action at this time.
0 commit comments