mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update Dockerfile
This commit is contained in:
@@ -39,6 +39,7 @@ USER birdnet
|
|||||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
export BIRDNET_USER="birdnet" && \
|
export BIRDNET_USER="birdnet" && \
|
||||||
export HOME="/home/birdnet" && \
|
export HOME="/home/birdnet" && \
|
||||||
|
echo "this is the path: $(awk -F: '/1000/ {print $6}' /etc/passwd)" && \
|
||||||
/./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"
|
||||||
|
|||||||
Reference in New Issue
Block a user