Update Dockerfile

This commit is contained in:
Alexandre
2025-08-24 12:00:48 +02:00
committed by GitHub
parent fad881f152
commit dadcc14861

View File

@@ -102,7 +102,7 @@ RUN \
# Remove all instances of sudo from the newinstaller
sed -i -e "s|== 0|== 7|g" -e "s|sudo -n true|true|g" -e "s|sudo -K|true|g" /newinstaller.sh && \
# Merge all PR
sed -i '/git clone/a echo "Merge PR" && bash /helpers/merge_open_prs.sh' /newinstaller.sh && \
sed -i '/git clone/a cd BirdNET-Pi && echo "Merge PR" && bash /helpers/merge_open_prs.sh' /newinstaller.sh && \
\
# Execute installer
/./newinstaller.sh && \