diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 4de219605..2daf461c9 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -45,9 +45,7 @@ RUN \ \ # Correct installer sed -i "/reboot/d" /newinstaller.sh && \ - sed -i "s|apt |apt-get |g" /newinstaller.sh && \ - #sed -i "/git clone/a sed -i '1a export HOME=\"/home/abc\"'" /newinstaller.sh && \ - sed -i "/git clone/a sed -i '1a export BIRDNET_USER=\"abc\"'" /newinstaller.sh + sed -i "s|apt |apt-get |g" /newinstaller.sh USER abc WORKDIR /app