Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 22:50:38 +02:00
committed by GitHub
parent f79662e6b5
commit 4ac68d9072

View File

@@ -50,10 +50,6 @@ RUN \
cat /newinstaller.sh && \
sudo -u birdnet -E -s /bin/bash -c "/newinstaller.sh"
USER birdnet
RUN "/./newinstaller.sh"
USER root
##################
# 2 Modify Image #
##################