Skip to content

Commit

Permalink
Merge branch 'fix-rebuild' into 'master'
Browse files Browse the repository at this point in the history
Fix the rebuild

See merge request ix.ai/csp!16
  • Loading branch information
tlex committed Apr 2, 2024
2 parents 335204a + 4368c8c commit 328c137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LABEL maintainer="[email protected]" \
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

Expand Down

0 comments on commit 328c137

Please sign in to comment.