mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Update Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user