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++.
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.