mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-06 00:55:15 +02:00
Update Dockerfile
This commit is contained in:
@@ -40,7 +40,11 @@ ENV DEBIAN_FRONTEND noninteractive \
|
|||||||
BIRDNET_USER="birdnet" \
|
BIRDNET_USER="birdnet" \
|
||||||
USER="birdnet" \
|
USER="birdnet" \
|
||||||
HOME="/home/birdnet"
|
HOME="/home/birdnet"
|
||||||
RUN /./newinstaller.sh
|
RUN export DEBIAN_FRONTEND noninteractive && \
|
||||||
|
BIRDNET_USER="birdnet" && \
|
||||||
|
USER="birdnet" && \
|
||||||
|
HOME="/home/birdnet" && \
|
||||||
|
/./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