mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-31 08:57:42 +01:00
Update Dockerfile
This commit is contained in:
@@ -37,7 +37,8 @@ RUN \
|
|||||||
sed -i "s|sudo apt update|echo \"yes\"|g" /newinstaller.sh && \
|
sed -i "s|sudo apt update|echo \"yes\"|g" /newinstaller.sh && \
|
||||||
sed -i "s|apt |apt-get |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 -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
|
USER birdnet
|
||||||
RUN "/./newinstaller.sh"
|
RUN "/./newinstaller.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user