diff --git a/docker/ta_waybar_pipewire/Dockerfile b/docker/ta_waybar_pipewire/Dockerfile index c76d373..266ea8e 100644 --- a/docker/ta_waybar_pipewire/Dockerfile +++ b/docker/ta_waybar_pipewire/Dockerfile @@ -1,6 +1,6 @@ FROM rustlang/rust:nightly-alpine3.19 AS builder -RUN apk add --no-cache musl-dev pkgconf pipewire-dev +RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev RUN mkdir /root/ta_waybar_pipewire WORKDIR /root/ta_waybar_pipewire diff --git a/docker/ta_waybar_pipewire_development/Dockerfile b/docker/ta_waybar_pipewire_development/Dockerfile index de2ba22..c116046 100644 --- a/docker/ta_waybar_pipewire_development/Dockerfile +++ b/docker/ta_waybar_pipewire_development/Dockerfile @@ -1,6 +1,6 @@ FROM rustlang/rust:nightly-alpine3.19 AS builder -RUN apk add --no-cache musl-dev pkgconf +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