From 7ea7bd59d777363580fa80d31e500db9ea60677b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:00:49 +0100 Subject: [PATCH] Update Dockerfile --- immich/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index d30c27ac4..88c1f536b 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -62,7 +62,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="sudo yamllint pip" +ENV PACKAGES="sudo yamllint pip jq" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"