Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f16da55

Browse files
andresilvacmichi
authored andcommitted
scripts: fix Dockerfile (#3025)
1 parent d020e0f commit f16da55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
2020
rustup target add wasm32-unknown-unknown --toolchain nightly && \
2121
cargo install --git https://github.com/alexcrichton/wasm-gc && \
2222
rustup default nightly && \
23-
./scripts/build.sh && \
2423
rustup default stable && \
2524
cargo build --$PROFILE
2625

0 commit comments

Comments
 (0)