fix(audio): hardware discovery

This commit is contained in:
2026-07-06 20:21:39 +02:00
parent f8f6a8346d
commit d82ae81e28
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y \
wireplumber \
dbus-x11 \
curl \
udev \
alsa-utils \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app