Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 15:34:01 +02:00
committed by GitHub
parent a002f46615
commit 5da590ba29

View File

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