Update Dockerfile

This commit is contained in:
Alexandre
2025-02-06 10:06:40 +01:00
committed by GitHub
parent fd4980b446
commit 4b6e8de4a0

View File

@@ -60,7 +60,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="cron execline bash"
ENV PACKAGES="cron bash sudo"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"