2024-09-30 23:05:48 +00:00
|
|
|
FROM rustlang/rust:nightly-alpine3.20 AS builder
|
2024-05-11 01:30:50 +00:00
|
|
|
|
2024-05-12 05:34:24 +00:00
|
|
|
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
|
2024-05-11 01:30:50 +00:00
|
|
|
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
|
|
|
RUN rustup component add rustfmt
|
|
|
|
RUN rustup component add clippy
|