1
0
mirror of https://github.com/Sthopeless/74757961.git synced 2025-07-05 01:15:43 +02:00

Create Dockerfile

This commit is contained in:
Sthope
2021-07-18 23:13:04 +02:00
committed by GitHub
parent 918216b5b3
commit 626e89348f

8
Dockerfile Normal file
View File

@ -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