Update Dockerfile

This commit is contained in:
Alexandre
2025-07-21 09:15:12 +02:00
committed by GitHub
parent 6b1b3d8059
commit 6a4e059ce6

View File

@@ -80,7 +80,7 @@ ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 00-local_mounts.s
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" /ha_automodules.sh
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
ENV PACKAGES="sudo jq yamllint"
ENV PACKAGES="sudo jq yamllint nginx"
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" /ha_autoapps.sh
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh