Add experimental zigbee2mqtt_deconz

This commit is contained in:
2020-06-09 22:13:03 +03:00
parent 406e7e049d
commit d0eaeee12f
3 changed files with 36 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM koenkk/zigbee2mqtt:latest
RUN apk add --no-cache \
git python3 make gcc g++ python linux-headers udev
RUN rm -rf /app/node_modules/zigbee-herdsman/
RUN git clone https://github.com/Koenkk/zigbee-herdsman.git /app/node_modules/zigbee-herdsman/
RUN cd /app/node_modules/zigbee-herdsman/ && git checkout deconz
RUN cd /app/node_modules/zigbee-herdsman/ && npm install
RUN cd /app/node_modules/zigbee-herdsman/ && npm run build