From 345f223c954a3baa7598de35d98641114039f756 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:44:49 +0200 Subject: [PATCH] Update Dockerfile --- zzz_draft_birdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 5910ca94c..768416df4 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -48,7 +48,7 @@ RUN \ #sed -i "s|sudo -n true|true|g" /newinstaller.sh && \ #sed -i "s|sudo|#sudo|g" /newinstaller.sh && \ cat /newinstaller.sh && \ - sudo -u birdnet -s /bin/bash -c "/newinstaller.sh" + sudo -u birdnet -E -s /bin/bash -c "/newinstaller.sh" USER birdnet RUN "/./newinstaller.sh"