ta_waybar_pipewire/docker/ta_waybar_pipewire_development/Dockerfile

7 lines
232 B
Docker
Raw Normal View History

2024-05-11 01:30:50 +00:00
FROM rustlang/rust:nightly-alpine3.19 AS builder
RUN apk add --no-cache musl-dev
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
RUN rustup component add rustfmt
RUN rustup component add clippy