Revert "Install rustfmt and cargo-clippy explicitly in dev env"

This reverts commit 347bc653d8.
pull/897/head
Kitaiti Makoto 3 years ago
parent 0ef4a06565
commit 49b2296015

@ -19,7 +19,6 @@ RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh
WORKDIR /app
COPY Cargo.toml Cargo.lock rust-toolchain ./
RUN rustup component add rustfmt clippy
RUN cargo install wasm-pack
COPY . .

Loading…
Cancel
Save