Skip to content

Commit

Permalink
Fix the rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Apr 2, 2024
1 parent 335204a commit 4368c8c
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 4368c8c

Please sign in to comment.