Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit 4368c8c

Browse files
committed
Fix the rebuild
1 parent 335204a commit 4368c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LABEL maintainer="docker@ix.ai" \
66
COPY csp/requirements.txt /csp/requirements.txt
77

88
RUN apk add --no-cache python3 py3-pip py3-waitress py3-flask py3-prometheus-client && \
9-
pip3 install --no-cache-dir -r /csp/requirements.txt
10-
9+
pip3 install --break-system-packages --no-cache-dir -r /csp/requirements.txt
10+
1111
COPY csp/ /csp
1212
COPY csp.sh /usr/local/bin/csp.sh
1313

0 commit comments

Comments
 (0)