From 5a3b458a2eed48c07949c0d987280ee36e329102 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:45:10 +0200 Subject: [PATCH] Update Dockerfile --- birdnet-pi/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index a44d30063..4b4937082 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -27,6 +27,11 @@ ENV DEBIAN_FRONTEND="noninteractive" \ XDG_RUNTIME_DIR="/run/user/1000" \ PYTHON_VIRTUAL_ENV="/home/pi/BirdNET-Pi/birdnet/bin/python3" +# Global LSIO modifications +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" +ARG CONFIGLOCATION="/emby" +RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh + # hadolint ignore=DL3015,SC2016 RUN \ # Install dependencies