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