mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 13:36:29 +01:00
Update Dockerfile
This commit is contained in:
@@ -20,7 +20,7 @@ FROM ${BUILD_FROM}
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV HOME="/home/birdnet/"
|
||||
ENV HOME="/home/birdnet"
|
||||
RUN \
|
||||
# Install dependencies
|
||||
apt-get update -y && apt-get install gcc python3-dev sudo -y && \
|
||||
|
||||
Reference in New Issue
Block a user