mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 15:45:56 +02: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 && \
|
groupadd --gid 1000 birdnet && useradd --uid 1000 --gid birdnet --shell /bin/bash --create-home birdnet && \
|
||||||
echo "birdnet ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
echo "birdnet ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
||||||
\
|
\
|
||||||
chown root:root /etc/sudoers
|
chown root:root /etc/sudoers && \
|
||||||
chown root:root /usr/bin/sudo && \
|
chown root:root /usr/bin/sudo && \
|
||||||
chmod 4755 /usr/bin/sudo && \
|
chmod 4755 /usr/bin/sudo && \
|
||||||
\
|
\
|
||||||
|
|||||||
Reference in New Issue
Block a user