Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
tuminfei committed Jun 30, 2021
1 parent 0c16bd7 commit acf6954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
# && \
RUN rustup uninstall stable && \
rustup install 1.54.0 && \
rustup default 1.54.0-x86_64-unknown-linux-gnu && \
rustup toolchain install $RUST_TOOLCHAIN && \
rustup target add wasm32-unknown-unknown --toolchain $RUST_TOOLCHAIN && \
rustup default $RUST_TOOLCHAIN
Expand Down

0 comments on commit acf6954

Please sign in to comment.