Add auto-cleaning of the shared cargo cache.
All checks were successful
semver Build semver has succeeded
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander
2023-07-14 01:31:33 -04:00
parent 4855d3b4f0
commit d48b47c8e5
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
FROM rustlang/rust:nightly-alpine3.17
RUN apk add --no-cache musl-dev emacs
RUN cargo install --locked cargo-cache