mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 11:01:28 +02:00
Update Dockerfile
This commit is contained in:
@@ -36,10 +36,10 @@ RUN \
|
|||||||
chmod 777 /newinstaller.sh
|
chmod 777 /newinstaller.sh
|
||||||
|
|
||||||
USER birdnet
|
USER birdnet
|
||||||
ENV DEBIAN_FRONTEND noninteractive \
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
BIRDNET_USER="birdnet" \
|
export BIRDNET_USER="birdnet" && \
|
||||||
HOME="/home/$BIRDNET_USER"
|
export HOME="/home/birdnet" && \
|
||||||
RUN bash /newinstaller.sh
|
/./newinstaller.sh
|
||||||
USER root
|
USER root
|
||||||
#sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"
|
#sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"
|
||||||
# Correct script
|
# Correct script
|
||||||
|
|||||||
Reference in New Issue
Block a user