mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 19:04:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -34,7 +34,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 && \
|
||||||
mkdir -p /app && \
|
mkdir -p /app && \
|
||||||
chown abc:abc /app && \
|
chown -R abc:abc /app && \
|
||||||
echo "abc ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
echo "abc ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
||||||
\
|
\
|
||||||
# Download installer
|
# Download installer
|
||||||
|
|||||||
Reference in New Issue
Block a user