Update Dockerfile

This commit is contained in:
Alexandre
2024-04-28 10:45:10 +02:00
committed by GitHub
parent c4c02a756a
commit 5a3b458a2e

View File

@@ -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