Build a minimal CI-specific version of cargo cache plugin.
This commit is contained in:
parent
d48b47c8e5
commit
5108dfb8f4
@ -1,4 +1,4 @@
|
||||
FROM rustlang/rust:nightly-alpine3.17
|
||||
|
||||
RUN apk add --no-cache musl-dev emacs
|
||||
RUN cargo install --locked cargo-cache
|
||||
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
||||
|
Loading…
Reference in New Issue
Block a user