From b49d5e9b62177dce65c2c9b4df5abdbdbc6d5839 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:44:33 +0100 Subject: [PATCH] Change user to root in Dockerfile Switch to root user before adding labels. --- birdnet-pipy/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index 104e6c07a..5c8f8bd31 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -116,6 +116,8 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh +USER root + ############ # 5 Labels # ############