From 20e882a89d85200dea4ea0be3f09c62da604fec6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:19:39 +0200 Subject: [PATCH] Update Dockerfile --- zzz_draft_birdnet-pi/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 0ed60754a..24f4a1e94 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -36,6 +36,9 @@ RUN \ chmod 777 /newinstaller.sh USER birdnet +ENV DEBIAN_FRONTEND noninteractive \ + BIRDNET_USER="birdnet" \ + HOME="/home/$BIRDNET_USER" RUN bash /newinstaller.sh USER root #sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"