From 7b6159d905af356e6e072ba439012aed70fb4eb2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:09:02 +0200 Subject: [PATCH] Update Dockerfile --- battybirdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battybirdnet-pi/Dockerfile b/battybirdnet-pi/Dockerfile index db8cef9bd..d8e4c3ade 100644 --- a/battybirdnet-pi/Dockerfile +++ b/battybirdnet-pi/Dockerfile @@ -132,7 +132,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="alsa-utils libasound2-plugins" +ENV PACKAGES="alsa-utils libasound2-plugins mosquitto-clients" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"