Update Dockerfile

This commit is contained in:
Alexandre
2024-04-23 17:23:49 +02:00
committed by GitHub
parent 6b9ba5b97a
commit be1cae6a79

View File

@@ -36,8 +36,8 @@ RUN \
chmod 777 /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 "/sudo apt update/a echo \"Missing apps : \$PACKAGES_MISSING\" && exit 1" /newinstaller.sh
sed -i "s|sudo apt update|echo \"yes\"|g" /newinstaller.sh && \
sed -i "s|sudo|#sudo|g" /newinstaller.sh
USER birdnet
RUN "/./newinstaller.sh"