From 450b5ce0582773f4684dfc197f04765b81f429c9 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 19 Nov 2023 18:29:32 +0000 Subject: Revert "Added python script to subscribe to MQTT topics and push them to InfluxDB" This reverts commit d31d273073eec5220b4eb6cbeb576b3661ec6d7b. --- mqtt-client/Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 mqtt-client/Dockerfile (limited to 'mqtt-client/Dockerfile') diff --git a/mqtt-client/Dockerfile b/mqtt-client/Dockerfile deleted file mode 100644 index ad59f9b..0000000 --- a/mqtt-client/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM debian:11-slim -ENV TZ=Europe/London -RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -RUN apt-get update -y -RUN apt-get install -y python3-pip iputils-ping -COPY . /app -WORKDIR /app -RUN pip3 install -r requirements.txt -ENTRYPOINT ["python3"] -CMD ["mqtt-client.py"] -- cgit v1.2.3