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