From 7708d4e39c01fc35c0efd459338458cfdf8b52d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:55:59 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index f1d494a3f..529e71665 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -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"