Skip to content

Commit 8c55e1a

Browse files
committed
--break-system-packages
1 parent d11db6d commit 8c55e1a

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
@@ -45,7 +45,7 @@ RUN install_packages \
4545

4646
ENV READTHEDOCS=True
4747
ADD requirements.txt /tmp/.
48-
RUN pip install --upgrade pip && \
48+
RUN pip install --break-system-packages --upgrade pip && \
4949
pip install --no-cache-dir --break-system-packages -r /tmp/requirements.txt
5050

5151
RUN mkdir -p /coderbot && \

docker/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN install_packages \
4646

4747
ENV READTHEDOCS=True
4848
ADD requirements.txt /tmp/.
49-
RUN pip install --upgrade pip && \
49+
RUN pip install --break-system-packages --upgrade pip && \
5050
pip install --no-cache-dir --break-system-packages -r /tmp/requirements.txt
5151

5252
RUN mkdir -p /coderbot && \

0 commit comments

Comments
 (0)