Add libasound2

This commit is contained in:
Alexandre
2024-04-22 12:44:01 +02:00
committed by GitHub
parent 9c19bab2fc
commit b1f7d0e19b

View File

@@ -48,7 +48,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="alsa-utils"
ENV PACKAGES="alsa-utils libasound2-plugins"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"