diff --git a/Dockerfile.dev b/Dockerfile.dev index 6ebd0b19..ccbafe14 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -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 . .