Skip to content

Commit

Permalink
latest rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Nov 4, 2023
1 parent 5944e95 commit 18b5fc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ LABEL [email protected]
ARG COMPILE_CODE

RUN install_packages \
cargo \
cmake \
python3-dev \
python3-venv \
rustc
python3-venv

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh \
&& rustc --version

WORKDIR /root

Expand Down

0 comments on commit 18b5fc1

Please sign in to comment.