ta_waybar_pipewire/docker/ta_waybar_pipewire_development/Dockerfile
Tom Alexander 2134db0dc1
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has failed
Switch to using webhook_bridge instead of lighthouse for triggering the CI.
2024-09-30 19:08:23 -04:00

7 lines
263 B
Docker

FROM rustlang/rust:nightly-alpine3.20 AS builder
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
RUN rustup component add rustfmt
RUN rustup component add clippy