mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -38,7 +38,9 @@ RUN \
|
||||
\
|
||||
# Correct installer
|
||||
sed -i "/reboot/d" /newinstaller.sh && \
|
||||
sed -i "s|apt |apt-get |g" /newinstaller.sh
|
||||
sed -i "s|apt |apt-get |g" /newinstaller.sh && \
|
||||
sed -i "/git clone/a sed -i '1a export HOME=\"/home/birdnet\"'" /newinstaller.sh && \
|
||||
sed -i "/git clone/a sed -i '1a export BIRDNET_USER=\"birdnet\"'" /newinstaller.sh
|
||||
|
||||
USER birdnet
|
||||
RUN export DEBIAN_FRONTEND noninteractive && \
|
||||
|
||||
Reference in New Issue
Block a user