diff --git a/docker/ta_waybar_pipewire/Dockerfile b/docker/ta_waybar_pipewire/Dockerfile index 64201da..c76d373 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 +RUN apk add --no-cache musl-dev pkgconf pipewire-dev RUN mkdir /root/ta_waybar_pipewire WORKDIR /root/ta_waybar_pipewire