Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 22:41:55 +02:00
committed by GitHub
parent bc543882ce
commit 84f14ddeb0

View File

@@ -36,6 +36,8 @@ RUN \
echo "#!/bin/sh\n\${@}" > /usr/sbin/sudo; \
chmod +x /usr/sbin/sudo; \
fi && \
chown root:root /usr/bin/sudo && \
chmod 4755 /usr/bin/sudo && \
\
# Install app
#curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh -o /newinstaller.sh && \