diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-26 17:25:43 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-26 17:25:43 +0100 |
commit | f5a27c616ddebebf44bbf04a4e4102c496cb7465 (patch) | |
tree | 552cb89e354eab066812439d9ee45c2cabd0fd06 /mqtt-client | |
parent | b8cc84849b1cc64fd330814b59220f1a573b550f (diff) | |
download | power.eda.gay-f5a27c616ddebebf44bbf04a4e4102c496cb7465.tar.gz power.eda.gay-f5a27c616ddebebf44bbf04a4e4102c496cb7465.zip |
Revert "Fixed pulling dependencies"
This reverts commit 6f2031e1c75f4c41a354c26099930b1561a0e979.
Diffstat (limited to 'mqtt-client')
-rw-r--r-- | mqtt-client/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mqtt-client/Dockerfile b/mqtt-client/Dockerfile index 80350cf..ad59f9b 100644 --- a/mqtt-client/Dockerfile +++ b/mqtt-client/Dockerfile @@ -6,7 +6,5 @@ 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"] |