From 5ab8bfe23737b936d1ee5b1316ad8f8c65fa3fff Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:43:25 +0100 Subject: [PATCH] Update Dockerfile --- immich/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index bcf810d9f..888dfcebd 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -63,7 +63,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto # Manual apps -ENV PACKAGES="sudo yamllint pip postgresql-15" +ENV PACKAGES="sudo yamllint pip postgresql-client-15" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"