Skip to content

Commit

Permalink
Migrate to github url for akatsuki-cli install (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored May 26, 2024
1 parent 4da0cc8 commit cd470de
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 @@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1

COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install -i https://pypi2.akatsuki.gg/cmyui/dev akatsuki-cli
RUN pip install git+https://github.com/osuAkatsuki/akatsuki-cli

COPY scripts /scripts

Expand Down

0 comments on commit cd470de

Please sign in to comment.