Revert "Install rustfmt and cargo-clippy explicitly in dev env"
This reverts commit 347bc653d8
.
This commit is contained in:
parent
0ef4a06565
commit
49b2296015
@ -19,7 +19,6 @@ RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY Cargo.toml Cargo.lock rust-toolchain ./
|
COPY Cargo.toml Cargo.lock rust-toolchain ./
|
||||||
RUN rustup component add rustfmt clippy
|
|
||||||
RUN cargo install wasm-pack
|
RUN cargo install wasm-pack
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user