Update Dockerfile

This commit is contained in:
Alexandre
2025-09-10 15:42:44 +02:00
committed by GitHub
parent 81e33be7c6
commit efbf3ee008

View File

@@ -47,7 +47,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="mysql-client"
ENV PACKAGES="mysql-client shadow"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"