Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 17:32:36 +02:00
committed by GitHub
parent d22b6ce25b
commit 82e84360e2

View File

@@ -45,9 +45,7 @@ RUN \
\
# Correct installer
sed -i "/reboot/d" /newinstaller.sh && \
sed -i "s|apt |apt-get |g" /newinstaller.sh && \
#sed -i "/git clone/a sed -i '1a export HOME=\"/home/abc\"'" /newinstaller.sh && \
sed -i "/git clone/a sed -i '1a export BIRDNET_USER=\"abc\"'" /newinstaller.sh
sed -i "s|apt |apt-get |g" /newinstaller.sh
USER abc
WORKDIR /app