Change PACKAGES environment variable to use 'sed'

This commit is contained in:
Alexandre
2026-01-31 07:42:17 +01:00
committed by GitHub
parent 6b56753942
commit 8398fb2250

View File

@@ -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 sed yamllint pip jq"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"