mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update Dockerfile
This commit is contained in:
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV HOME="/config"
|
ENV HOME="/config"
|
||||||
RUN sudo apt-get update -y && sudo apt-get install gcc python3-dev -y
|
RUN apt-get update -y && apt-get install gcc python3-dev -y
|
||||||
#RUN curl -s https://raw.githubusercontent.com/olipayne/BirdNET-Pi/main/newinstaller.sh | bash
|
#RUN curl -s https://raw.githubusercontent.com/olipayne/BirdNET-Pi/main/newinstaller.sh | bash
|
||||||
RUN curl -s https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh && \
|
RUN curl -s https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh && \
|
||||||
sed -i "/sudo reboot/d" newinstaller.sh && \
|
sed -i "/sudo reboot/d" newinstaller.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user