Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 14:20:35 +02:00
committed by GitHub
parent df53a8e193
commit 9efe3e7801

View File

@@ -20,7 +20,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND noninteractive
ENV HOME="/root"
ENV HOME="/home/birdnet/"
RUN \
# Install dependencies
apt-get update -y && apt-get install gcc python3-dev sudo -y && \