fix(builder): confirm packages install
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-22 19:20:32 +02:00
parent a7998c8782
commit 73909db481

View file

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