Skip to content

Commit

Permalink
Make sure rust binaries are in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jun 30, 2024
1 parent 20588f1 commit 52e2bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookworm-16.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV PATH "${PATH}:${LLVM_HOME}/bin"

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
-y --default-toolchain 1.75.0 --target riscv64imac-unknown-none-elf
ENV PATH "${PATH}:/root/.cargo/bin"

RUN mkdir /code
WORKDIR /code
CMD ["clang", "--version"]

0 comments on commit 52e2bde

Please sign in to comment.