From d468822c9a080bb5d12c63e6daa71eb0ccca45fc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:43:04 +0200 Subject: [PATCH] Update Dockerfile --- zzz_draft_birdnet-pi/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index a9e4c5955..5f1f6c56e 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -37,7 +37,8 @@ RUN \ sed -i "s|sudo apt update|echo \"yes\"|g" /newinstaller.sh && \ sed -i "s|apt |apt-get |g" /newinstaller.sh && \ sed -i "s|sudo -n true|true|g" /newinstaller.sh && \ - sed -i "s|sudo|#sudo|g" /newinstaller.sh + sed -i "s|sudo|#sudo|g" /newinstaller.sh && \ + cat /newinstaller.sh USER birdnet RUN "/./newinstaller.sh"