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"