File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN curl https://musl.libc.org/releases/musl-latest.tar.gz -o musl-latest.tar.gz
6
6
rustup component add clippy rustfmt && \
7
7
rustup target add x86_64-unknown-linux-musl && \
8
8
yum -y install openssl-devel.x86_64 && \
9
- cargo install --force cargo-make cargo-cache && \
9
+ cargo install --force cargo-make cargo-cache grass wasm-pack && \
10
10
yum -y remove openssl-devel.x86_64 && \
11
11
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh && \
12
12
curl --silent --location https://rpm.nodesource.com/setup_current.x | bash - && \
@@ -15,4 +15,6 @@ RUN curl https://musl.libc.org/releases/musl-latest.tar.gz -o musl-latest.tar.gz
15
15
cargo cache --version && \
16
16
cargo clippy --version && \
17
17
cargo fmt --version && \
18
- cargo make --version
18
+ cargo make --version && \
19
+ grass --version && \
20
+ wasm-pack --version
You can’t perform that action at this time.
0 commit comments