Install rustfmt and cargo-clippy explicitly in dev env
This commit is contained in:
parent
6fcece3bc0
commit
347bc653d8
@ -19,6 +19,7 @@ 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 diesel_cli --no-default-features --features postgres --version '=1.3.0'
|
||||
RUN cargo install wasm-pack
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user