From 40b67e07ca874ffeea2349ac50fba635be0e8216 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 5 Nov 2025 11:37:18 +0100 Subject: [PATCH] Update Dockerfile --- inadyn/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index d29c6b16b..439645dab 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -54,7 +54,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto ENV PACKAGES="curl \ jq \ bash \ - build-base libressl-dev ca-certificates npm mustache-cli" + build-base libressl-dev ca-certificates npm mustache" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"