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"