Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 15:16:32 +02:00
committed by GitHub
parent 22e08b67bb
commit 8e62904e99

View File

@@ -18,6 +18,11 @@ ARG BUILD_VERSION
ARG BUILD_FROM
FROM ${BUILD_FROM}
ENV DEBIAN_FRONTEND noninteractive \
BIRDNET_USER="birdnet" \
USER="birdnet" \
HOME="/home/birdnet"
# hadolint ignore=DL3015
RUN \
# Install dependencies