Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 15:27:51 +02:00
committed by GitHub
parent 8e62904e99
commit 84c7e44ec6

View File

@@ -38,7 +38,9 @@ RUN \
\
# Correct installer
sed -i "/reboot/d" /newinstaller.sh && \
sed -i "s|apt |apt-get |g" /newinstaller.sh
sed -i "s|apt |apt-get |g" /newinstaller.sh && \
sed -i "/git clone/a sed -i '1a export HOME=\"/home/birdnet\"'" /newinstaller.sh && \
sed -i "/git clone/a sed -i '1a export BIRDNET_USER=\"birdnet\"'" /newinstaller.sh
USER birdnet
RUN export DEBIAN_FRONTEND noninteractive && \