aboutsummaryrefslogtreecommitdiffstats
path: root/mqtt-client/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-05-20 20:02:08 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-05-20 20:02:08 +0100
commit6f2031e1c75f4c41a354c26099930b1561a0e979 (patch)
tree4b32abc149db6aa9e298dbde9012e8373ab01984 /mqtt-client/Dockerfile
parent11e0dc17cc63f87ecd73c0cf7afffbe171a8bc40 (diff)
downloadpower.eda.gay-6f2031e1c75f4c41a354c26099930b1561a0e979.tar.gz
power.eda.gay-6f2031e1c75f4c41a354c26099930b1561a0e979.zip
Fixed pulling dependenciesHEADmaster
Diffstat (limited to 'mqtt-client/Dockerfile')
-rw-r--r--mqtt-client/Dockerfile2
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"]