Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 15:13:02 +02:00
committed by GitHub
parent 67e6e9b89c
commit 5a5ca05cbf

View File

@@ -40,7 +40,11 @@ ENV DEBIAN_FRONTEND noninteractive \
BIRDNET_USER="birdnet" \
USER="birdnet" \
HOME="/home/birdnet"
RUN /./newinstaller.sh
RUN export DEBIAN_FRONTEND noninteractive && \
BIRDNET_USER="birdnet" && \
USER="birdnet" && \
HOME="/home/birdnet" && \
/./newinstaller.sh
USER root
#sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"
# Correct script