Update buildenv image

This commit is contained in:
Kitaiti Makoto
2022-05-16 12:21:55 +09:00
parent f372282b04
commit b26822c045
2 changed files with 1 additions and 4 deletions
@@ -15,9 +15,6 @@ RUN apt update &&\
#stick rust environment
COPY rust-toolchain ./
#add rust toolchains
RUN rustup component add fmt && rustup component add clippy
#compile some deps
RUN cargo install wasm-pack &&\
cargo install grcov &&\