From 21cd9b9991147b0e67a9835810a94ab1d7abe184 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:12:46 +0200 Subject: [PATCH] Update Dockerfile --- collabora/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collabora/Dockerfile b/collabora/Dockerfile index 8fb2b333c..bcfcf59cd 100644 --- a/collabora/Dockerfile +++ b/collabora/Dockerfile @@ -32,6 +32,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat 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 # ##################