diff --git a/Dockerfile b/Dockerfile index 801756d..004b7ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ LABEL maintainer="docker@ix.ai" \ COPY csp/requirements.txt /csp/requirements.txt RUN apk add --no-cache python3 py3-pip py3-waitress py3-flask py3-prometheus-client && \ - pip3 install --no-cache-dir -r /csp/requirements.txt - + pip3 install --break-system-packages --no-cache-dir -r /csp/requirements.txt + COPY csp/ /csp COPY csp.sh /usr/local/bin/csp.sh