Files
sarah/zigbee2mqtt_deconz/Dockerfile
T
2020-07-12 14:40:38 +03:00

10 lines
414 B
Docker

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/
RUN cd /app/node_modules/zigbee-herdsman/ && npm install
RUN cd /app/node_modules/zigbee-herdsman/ && npm run build