From 5f9f8b4bb8fde8c52eb71b708b7b218da041f895 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 9 Jun 2024 09:40:26 +0200 Subject: [PATCH] Disable curl progress bar. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20e0fd3..14768b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/