Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
the cargo search doesn't update the index and later in the thread is pointed out this is unnecessary now. Which is good because this doesn't work anymore
  • Loading branch information
jfreuden committed Feb 22, 2024
1 parent 48d94f2 commit d8f6a5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ FROM ghcr.io/steamdeckhomebrew/holo-toolchain-rust:latest

RUN pacman -S --noconfirm cmake make clang git

# Updates the Crates.io index
RUN cargo search --limit 0

ENTRYPOINT [ "/backend/entrypoint.sh" ]

0 comments on commit d8f6a5c

Please sign in to comment.