From dd828c5772d408e8bcb1640de8b70824a2acbc27 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:38:10 +0100 Subject: [PATCH] Update Dockerfile --- seer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seer/Dockerfile b/seer/Dockerfile index e490febc1..12c775b48 100644 --- a/seer/Dockerfile +++ b/seer/Dockerfile @@ -28,6 +28,8 @@ 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="/config"