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

This reverts commit 347bc653d8.
This commit is contained in:
Kitaiti Makoto 2021-02-12 19:08:33 +09:00
parent 0ef4a06565
commit 49b2296015

View file

@ -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 . .