From 4db7d131543fcfc544c665d0cbeeb3f77da4568b Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 26 Apr 2024 18:34:54 +0200 Subject: [PATCH] update --- zzz_draft_birdnet-pi2/Dockerfile | 2 +- zzz_draft_birdnet-pi2/config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/zzz_draft_birdnet-pi2/Dockerfile b/zzz_draft_birdnet-pi2/Dockerfile index 3c97e9ecf..578590cb2 100644 --- a/zzz_draft_birdnet-pi2/Dockerfile +++ b/zzz_draft_birdnet-pi2/Dockerfile @@ -34,7 +34,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \ RUN \ # Install dependencies echo "Install dependencies" && \ - apt-get update -y && apt-get install gcc python3-dev git jq sudo -y && \ + apt-get update -y && apt-get install curl gcc python3-dev git jq sudo -y && \ \ # Change user to pi and create /home/pi echo "setting users" && \ diff --git a/zzz_draft_birdnet-pi2/config.json b/zzz_draft_birdnet-pi2/config.json index 37a28baae..523dd4120 100644 --- a/zzz_draft_birdnet-pi2/config.json +++ b/zzz_draft_birdnet-pi2/config.json @@ -3,6 +3,7 @@ "aarch64", "amd64" ], + "audio": true, "codenotary": "alexandrep.github@gmail.com", "devices": [ "/dev/dri", @@ -96,6 +97,6 @@ }, "slug": "birdnet-pi2", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", - "version": "1.1", + "version": "1.2", "video": true }