Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 17:43:04 +02:00
committed by GitHub
parent 56bc34ae1b
commit d468822c9a

View File

@@ -37,7 +37,8 @@ RUN \
sed -i "s|sudo apt update|echo \"yes\"|g" /newinstaller.sh && \
sed -i "s|apt |apt-get |g" /newinstaller.sh && \
sed -i "s|sudo -n true|true|g" /newinstaller.sh && \
sed -i "s|sudo|#sudo|g" /newinstaller.sh
sed -i "s|sudo|#sudo|g" /newinstaller.sh && \
cat /newinstaller.sh
USER birdnet
RUN "/./newinstaller.sh"