Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 14:19:39 +02:00
committed by GitHub
parent 0c9c5834ef
commit 20e882a89d

View File

@@ -36,6 +36,9 @@ RUN \
chmod 777 /newinstaller.sh
USER birdnet
ENV DEBIAN_FRONTEND noninteractive \
BIRDNET_USER="birdnet" \
HOME="/home/$BIRDNET_USER"
RUN bash /newinstaller.sh
USER root
#sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"