Skip to content

Commit d11db6d

Browse files
committed
--break-system-packages
1 parent ebf8970 commit d11db6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN install_packages \
4646
ENV READTHEDOCS=True
4747
ADD requirements.txt /tmp/.
4848
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
5050

5151
RUN mkdir -p /coderbot && \
5252
mkdir -p /coderbot/data && \

docker/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN install_packages \
4747
ENV READTHEDOCS=True
4848
ADD requirements.txt /tmp/.
4949
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
5151

5252
RUN mkdir -p /coderbot && \
5353
mkdir -p /coderbot/data && \

0 commit comments

Comments
 (0)