mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-06 17:08:10 +02:00
Update Dockerfile
This commit is contained in:
@@ -38,7 +38,9 @@ RUN \
|
|||||||
\
|
\
|
||||||
# Correct installer
|
# Correct installer
|
||||||
sed -i "/reboot/d" /newinstaller.sh && \
|
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
|
USER birdnet
|
||||||
RUN export DEBIAN_FRONTEND noninteractive && \
|
RUN export DEBIAN_FRONTEND noninteractive && \
|
||||||
|
|||||||
Reference in New Issue
Block a user