mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 22:28:02 +00:00
scripts: fix Dockerfile (#3025)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user