Remove 'libgles2-mesa' from PACKAGES environment variable

This commit is contained in:
Alexandre
2025-11-15 08:17:05 +01:00
committed by GitHub
parent d91f0b98f3
commit c9f5a710bd

View File

@@ -47,7 +47,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="libgles2-mesa libgles2-mesa-dev xorg-dev"
ENV PACKAGES="libgles2-mesa-dev xorg-dev"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"