Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 14:10:43 +02:00
committed by GitHub
parent 8ae86857ea
commit 44b1782594

View File

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