diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-28 17:32:54 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-28 17:32:54 +0100 |
commit | 36635cbf2779f19631cb08b5d3bd49465307c20b (patch) | |
tree | d5f87af2bd14050c2165501f161271792bfeae3f /mqtt-client/Dockerfile | |
parent | 4b0d599dc5877d6c19a6ccf1a82707c6a9289e86 (diff) | |
download | power.eda.gay-36635cbf2779f19631cb08b5d3bd49465307c20b.tar.gz power.eda.gay-36635cbf2779f19631cb08b5d3bd49465307c20b.zip |
Added prometheus exportation to scripts
Diffstat (limited to 'mqtt-client/Dockerfile')
-rw-r--r-- | mqtt-client/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mqtt-client/Dockerfile b/mqtt-client/Dockerfile index ad59f9b..80350cf 100644 --- a/mqtt-client/Dockerfile +++ b/mqtt-client/Dockerfile @@ -6,5 +6,7 @@ RUN apt-get install -y python3-pip iputils-ping COPY . /app WORKDIR /app RUN pip3 install -r requirements.txt +RUN pip3 install -r TasmotaCLI/requirements.txt +RUN pip3 install docker ENTRYPOINT ["python3"] CMD ["mqtt-client.py"] |