From db04b1d611ac9e97183ff9047ef3d91db6245621 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:48:45 +0200 Subject: [PATCH] Update Dockerfile --- omni-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omni-tools/Dockerfile b/omni-tools/Dockerfile index da4746974..a14fd1e48 100644 --- a/omni-tools/Dockerfile +++ b/omni-tools/Dockerfile @@ -51,7 +51,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="nginx" +ENV PACKAGES="" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"