scripts: fix Dockerfile (#3025)

This commit is contained in:
André Silva
2019-07-04 18:21:36 +01:00
committed by GitHub
parent 7a2165cff2
commit 90f214f000
-1
View File
@@ -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