Update Dockerfile

This commit is contained in:
Alexandre
2024-09-02 19:09:02 +02:00
committed by GitHub
parent 75937e9320
commit 7b6159d905

View File

@@ -132,7 +132,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 libasound2-plugins"
ENV PACKAGES="alsa-utils libasound2-plugins mosquitto-clients"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"