Skip to content

Commit

Permalink
install git in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed May 26, 2024
1 parent 72a3107 commit cc5e114
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 @@ -24,7 +24,7 @@ WORKDIR /performance-service
COPY scripts /scripts
COPY migrations /migrations

RUN apt update && apt install -y openssl python3-pip
RUN apt update && apt install -y openssl python3-pip git
RUN pip install --break-system-packages git+https://github.com/osuAkatsuki/akatsuki-cli

COPY --from=build /performance-service/target/release/performance-service /usr/local/bin
Expand Down

0 comments on commit cc5e114

Please sign in to comment.