Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 22:44:49 +02:00
committed by GitHub
parent 854a532c88
commit 345f223c95

View File

@@ -48,7 +48,7 @@ RUN \
#sed -i "s|sudo -n true|true|g" /newinstaller.sh && \
#sed -i "s|sudo|#sudo|g" /newinstaller.sh && \
cat /newinstaller.sh && \
sudo -u birdnet -s /bin/bash -c "/newinstaller.sh"
sudo -u birdnet -E -s /bin/bash -c "/newinstaller.sh"
USER birdnet
RUN "/./newinstaller.sh"