Update Dockerfile

This commit is contained in:
Alexandre
2024-12-10 18:43:25 +01:00
committed by GitHub
parent d9e03288a2
commit 5ab8bfe237

View File

@@ -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"