Update Dockerfile

This commit is contained in:
Alexandre
2026-06-03 10:51:58 +02:00
committed by GitHub
parent 02ed4a906f
commit f3c62f0412

View File

@@ -52,7 +52,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto
# Manual apps
ENV PACKAGES="bind-tools \
nginx \
python3"
python3 yq"
# Automatic apps & bashio
COPY ha_autoapps.sh /ha_autoapps.sh