Files
homeassistant-addons/eufy-ha-mqtt-bridge/Dockerfile
2020-12-31 00:28:30 +01:00

8 lines
178 B
Docker

FROM matijse/eufy-ha-mqtt-bridge
RUN apt-get update && apt-get install -y jq sqlite3
RUN npm install json2yaml
COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]