mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 23:30:56 +02:00
Update Dockerfile
This commit is contained in:
@@ -28,8 +28,6 @@ RUN \
|
|||||||
# Create user
|
# Create user
|
||||||
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 /root && \
|
|
||||||
chown -R birdnet:birdnet /root && \
|
|
||||||
\
|
\
|
||||||
# Install app
|
# Install app
|
||||||
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \
|
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user