diff --git a/collabora/Dockerfile b/collabora/Dockerfile index aa7cf49a1..751f4db3d 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 # ##################