Remove LSIO non-root env from addon Dockerfiles

This commit is contained in:
Alexandre
2026-01-31 15:54:28 +01:00
parent ee34304fa3
commit 303278982d
50 changed files with 0 additions and 50 deletions

View File

@@ -39,7 +39,6 @@ RUN \
#ENV PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/share/plex/Library/Application Support"
# Global LSIO modifications
ENV LSIO_NON_ROOT_USER=0
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
ARG CONFIGLOCATION="/config"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh