Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 14:06:03 +02:00
committed by GitHub
parent a91f17d67b
commit d4179a57c1

View File

@@ -27,6 +27,7 @@ RUN \
\
# Create user
groupadd --gid 1000 birdnet && useradd --uid 1000 --gid birdnet --shell /bin/bash --create-home birdnet && \
echo "birdnet ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
\
# Install app
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \