From d65d659b54895a44b53836821de2cc94e83a8209 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:38:18 +0200 Subject: [PATCH] Update Dockerfile --- zzz_draft_birdnet-pi/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 627ffaca1..1822b8cf1 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -39,6 +39,7 @@ USER birdnet RUN export DEBIAN_FRONTEND=noninteractive && \ export BIRDNET_USER="birdnet" && \ export HOME="/home/birdnet" && \ + echo "this is the path: $(awk -F: '/1000/ {print $6}' /etc/passwd)" && \ /./newinstaller.sh USER root #sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"