From c0d1e67d16b59cfcd936a05242627acd7ba7e6bd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:25:51 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 0e4f23152..9774f4316 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -44,10 +44,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="jq \ - curl \ - cifs-utils \ - nginx" +ENV PACKAGES="jq curl cifs-utils nginx" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"