Skip to content

Commit

Permalink
--break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 10, 2023
1 parent 3bbdd92 commit 1bddbfc
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 @@ -26,7 +26,7 @@ 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 -i https://pypi2.akatsuki.gg/cmyui/dev --break-system-packages akatsuki-cli

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

0 comments on commit 1bddbfc

Please sign in to comment.