home-assistant / plugin-audio

Pulseaudio implementation for Home Assistant
Apache License 2.0
24 stars 13 forks source link

Bump to Alsa 1.2.10/Alpine 3.19 #158

Closed agners closed 6 months ago

agners commented 6 months ago

Also add libstdc++ explicitly which is required for jemalloc. This is not part of the base image. Previouly this library (and libgcc which is a dependency of it) got intstalled implicitly by libsndfile, which used to depend on flac-libs which in turn depends on libstdc++.

libstdc++ and libgcc are now part of the base image, see https://github.com/home-assistant/docker-base/pull/253.