fix(audio): errors

This commit is contained in:
2026-07-06 19:53:37 +02:00
parent 41bc1a7ef5
commit 3a42eab7de
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
FROM debian:bookworm-slim
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
# Install PipeWire, WirePlumber, PulseAudio compat, ALSA, and D-Bus
RUN apt-get update && apt-get install -y \