Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 14:47:17 +02:00
committed by GitHub
parent a67a01af62
commit ff78e23d7e

View File

@@ -32,8 +32,11 @@ RUN \
# Install app
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \
chmod 777 /newinstaller.sh && \
sed -i "/reboot/d" "/newinstaller.sh" && \
sudo -u birdnet -s /bin/bash -c "/newinstaller.sh"
sed -i "/reboot/d" "/newinstaller.sh"
USER birdnet
RUN "/./newinstaller.sh"
USER root
##################
# 2 Modify Image #