From 99d693410b8b64f7b4059b76cff48a191e3e37e1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:15:27 +0100 Subject: [PATCH] Add mustache-cli to the list of packages --- inadyn/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 0dbab7cd1..d29c6b16b 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" + build-base libressl-dev ca-certificates npm mustache-cli" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"