diff --git a/rust-nostd-esp/Dockerfile b/rust-nostd-esp/Dockerfile index de00c4a..4b7a95c 100644 --- a/rust-nostd-esp/Dockerfile +++ b/rust-nostd-esp/Dockerfile @@ -4,7 +4,7 @@ USER esp ENV USER=esp # Install cargo-audit -RUN cargo install cargo-audit cargo-generate +RUN cargo install cargo-audit cargo-generate sccache # Install cargo-fmt (the template needs it) RUN rustup component add rustfmt