Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 14:58:37 +02:00
committed by GitHub
parent 498b01d998
commit 36b35e6571

View File

@@ -40,10 +40,6 @@ RUN \
sed -i "/reboot/d" /newinstaller.sh
USER birdnet
ENV DEBIAN_FRONTEND noninteractive \
BIRDNET_USER="birdnet" \
USER="birdnet" \
HOME="/home/birdnet"
RUN /./newinstaller.sh
USER root
#sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"