Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 23:04:14 +02:00
committed by GitHub
parent cfe76056ab
commit 309c289432

View File

@@ -29,7 +29,7 @@ RUN \
groupadd --gid 1000 birdnet && useradd --uid 1000 --gid birdnet --shell /bin/bash --create-home birdnet && \
echo "birdnet ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
\
chown root:root /etc/sudoers
chown root:root /etc/sudoers && \
chown root:root /usr/bin/sudo && \
chmod 4755 /usr/bin/sudo && \
\