Update Dockerfile

This commit is contained in:
Alexandre
2024-03-16 07:55:59 +01:00
committed by GitHub
parent 0a2100712e
commit 7708d4e39c

View File

@@ -41,8 +41,7 @@ ARG MODULES="00-banner.sh 01-custom_script.sh"
# Automatic modules download
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
#RUN curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" -o /ha_automodules.sh && \
RUN chmod 777 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="jq curl cifs-utils nginx"