Disable curl progress bar.
This commit is contained in:
parent
c47ea5790f
commit
5f9f8b4bb8
@ -6,7 +6,7 @@ RUN apt-get update && apt-get -y install curl gunicorn sqlite3 python3-pip pytho
|
|||||||
ENV PIP_BREAK_SYSTEM_PACKAGES 1
|
ENV PIP_BREAK_SYSTEM_PACKAGES 1
|
||||||
RUN pip install teleinfo
|
RUN pip install teleinfo
|
||||||
WORKDIR /root
|
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
|
RUN tar xzvf YoctoLib.cmdline.24497.tar.gz
|
||||||
COPY find_ttyUSB.sh /root/
|
COPY find_ttyUSB.sh /root/
|
||||||
COPY read_one-wire_sensor.py /root/
|
COPY read_one-wire_sensor.py /root/
|
||||||
|
Loading…
Reference in New Issue
Block a user