mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 10:33:40 +02:00
Update Dockerfile
This commit is contained in:
@@ -32,8 +32,11 @@ RUN \
|
|||||||
# 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 && \
|
||||||
chmod 777 /newinstaller.sh && \
|
chmod 777 /newinstaller.sh && \
|
||||||
sed -i "/reboot/d" "/newinstaller.sh" && \
|
sed -i "/reboot/d" "/newinstaller.sh"
|
||||||
sudo -u birdnet -s /bin/bash -c "/newinstaller.sh"
|
|
||||||
|
USER birdnet
|
||||||
|
RUN "/./newinstaller.sh"
|
||||||
|
USER root
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 2 Modify Image #
|
# 2 Modify Image #
|
||||||
|
|||||||
Reference in New Issue
Block a user