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/