From b43dc92b013807c176dcdfe428bcec35b12aeaaa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:28:00 +0200 Subject: [PATCH] Update Dockerfile --- collabora/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collabora/Dockerfile b/collabora/Dockerfile index 751f4db3d..e257f74a5 100644 --- a/collabora/Dockerfile +++ b/collabora/Dockerfile @@ -27,13 +27,13 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +USER root + # Global LSIO modifications ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh -USER root - ################## # 3 Install apps # ##################