Skip to content

Commit

Permalink
dev: add cargo binaries to PATH in Dockerfile (#1511)
Browse files Browse the repository at this point in the history
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1511)
<!-- Reviewable:end -->
  • Loading branch information
enitrat authored Oct 18, 2024
1 parent e5455d2 commit a4c4521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN --mount=type=cache,target=/root/.cache \
RUN --mount=type=cache,target=/root/.cache \
curl -LsSf https://astral.sh/uv/install.sh | sh

ENV PATH="/root/.cargo/bin:$PATH"

WORKDIR /app/kakarot

############################################
Expand Down

0 comments on commit a4c4521

Please sign in to comment.