This commit is contained in:
Alexandre
2024-04-26 18:34:54 +02:00
parent 50e7dbd1e7
commit 4db7d13154
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
RUN \ RUN \
# Install dependencies # Install dependencies
echo "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 # Change user to pi and create /home/pi
echo "setting users" && \ echo "setting users" && \

View File

@@ -3,6 +3,7 @@
"aarch64", "aarch64",
"amd64" "amd64"
], ],
"audio": true,
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
@@ -96,6 +97,6 @@
}, },
"slug": "birdnet-pi2", "slug": "birdnet-pi2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"version": "1.1", "version": "1.2",
"video": true "video": true
} }