From 626e89348f6188f9faa4318e48db874170829c86 Mon Sep 17 00:00:00 2001 From: Sthope <6695214+Sthopeless@users.noreply.github.com> Date: Sun, 18 Jul 2021 23:13:04 +0200 Subject: [PATCH] Create Dockerfile --- Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c403765 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM alpine:3.14 +LABEL Maintainer="Sthope" \ + Description="Unlock Zigbee Tuya Doorlocks with API " \ + version="0.1" + +RUN apk --no-cache add mosquitto mosquitto-clients && \ + apk add python3-dev build-base py3-pip --update-cache && \ + pip3 install tuya-iot-py-sdk paho-mqtt pycryptodome