diff --git a/Dockerfile.builder b/Dockerfile.builder index e103721..8077bd8 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -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