Skip to content

Commit

Permalink
dev: add cargo binaries to PATH in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 18, 2024
1 parent e5455d2 commit df2a07a
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 df2a07a

Please sign in to comment.