From f3c074733d69a2448b7cbe1843cd0355d9d96c13 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:27:05 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny_fa/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index c54406448..77f7381fb 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -42,10 +42,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"