Skip to content

Commit

Permalink
add --break-system-packages to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed Apr 14, 2024
1 parent c798bd1 commit 64166b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY scripts /scripts
COPY migrations /migrations

RUN apt update && apt install -y openssl python3-pip
RUN pip install -i https://pypi2.akatsuki.gg/cmyui/dev akatsuki-cli
RUN pip install --break-system-packages -i https://pypi2.akatsuki.gg/cmyui/dev akatsuki-cli

COPY --from=build /performance-service/target/release/performance-service /usr/local/bin
CMD ["/scripts/bootstrap.sh"]

0 comments on commit 64166b9

Please sign in to comment.