Disable curl progress bar.

This commit is contained in:
yohan 2024-06-09 09:40:26 +02:00
parent c47ea5790f
commit 5f9f8b4bb8

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get -y install curl gunicorn sqlite3 python3-pip pytho
ENV PIP_BREAK_SYSTEM_PACKAGES 1
RUN pip install teleinfo
WORKDIR /root
RUN curl -o YoctoLib.cmdline.24497.tar.gz "https://cloud.scimetis.net/s/y7WengZWJpYnGpr/download"
RUN curl -s -o YoctoLib.cmdline.24497.tar.gz "https://cloud.scimetis.net/s/y7WengZWJpYnGpr/download"
RUN tar xzvf YoctoLib.cmdline.24497.tar.gz
COPY find_ttyUSB.sh /root/
COPY read_one-wire_sensor.py /root/