fix(build): add pipewire lib dep
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-22 19:01:51 +02:00
parent 35c8755b39
commit a7998c8782

View file

@ -3,6 +3,5 @@ FROM rust:1.90
RUN apt-get update && \
apt-get install curl \
# other packages to build \
# other packages to build
libpipewire-0.3-dev