Skip to content

Commit

Permalink
add back missing akatsuki cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku authored Apr 14, 2024
1 parent 79208b7 commit c798bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +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

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

0 comments on commit c798bd1

Please sign in to comment.