Skip to content
Snippets Groups Projects
Commit 90f214f0 authored by André Silva's avatar André Silva Committed by GitHub
Browse files

scripts: fix Dockerfile (#3025)

parent 7a2165cf
No related merge requests found
......@@ -20,7 +20,6 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
cargo install --git https://github.com/alexcrichton/wasm-gc && \
rustup default nightly && \
./scripts/build.sh && \
rustup default stable && \
cargo build --$PROFILE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment