2023-07-13 19:29:00 +00:00
|
|
|
FROM rustlang/rust:nightly-alpine3.17
|
2023-07-13 03:14:22 +00:00
|
|
|
|
2023-07-13 04:26:08 +00:00
|
|
|
RUN apk add --no-cache musl-dev emacs
|
2023-07-14 05:59:51 +00:00
|
|
|
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|