From 36635cbf2779f19631cb08b5d3bd49465307c20b Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 28 May 2025 17:32:54 +0100 Subject: Added prometheus exportation to scripts --- mqtt-client/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mqtt-client/Dockerfile') 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"] -- cgit v1.2.3