fix(docker): Revert to libasound2 for Debian bookworm

- libasound2t64 is for Debian trixie (13), not bookworm (12)
- Keep build tools fix for native modules

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-14 11:07:03 -07:00
parent f15920e508
commit 15cb657f13

View File

@@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
fonts-liberation \
libnss3 \
libxss1 \
libasound2t64 \
libasound2 \
libatk-bridge2.0-0 \
libgtk-3-0 \
--no-install-recommends \