From cf2371a20f49ae765cf61a9408e07f34e52a862d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 31 Jan 2026 07:41:09 +0100 Subject: [PATCH] Update PACKAGES environment variable in Dockerfile --- immich/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index 255a26185..96d064736 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -64,7 +64,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 jq" +ENV PACKAGES="sudo yamllint pip sed jq" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"