Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Jul 5, 2024
1 parent d99cb63 commit 713a088
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ RUN \
llvm \
clang \
cmake \
make && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
make

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

RUN /root/.cargo/bin/rustup target add wasm32-unknown-unknown

Expand Down

0 comments on commit 713a088

Please sign in to comment.