mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 01:01:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -35,7 +35,7 @@ RUN \
|
|||||||
chmod 777 /newinstaller.sh && \
|
chmod 777 /newinstaller.sh && \
|
||||||
sed -i "s|apt |apt-get |g" /newinstaller.sh && \
|
sed -i "s|apt |apt-get |g" /newinstaller.sh && \
|
||||||
sed -i "s|sudo|#sudo|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 "/sudo apt update/a echo \"Missing apps : \$PACKAGES_MISSING\" && exit 1" /newinstaller.sh
|
||||||
|
|
||||||
USER birdnet
|
USER birdnet
|
||||||
RUN "/./newinstaller.sh"
|
RUN "/./newinstaller.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user