commit f2eb242d444652160e500f1f5d37b29c964f3a10 Author: Filip Pytloun Date: Wed Apr 22 16:42:21 2020 +0200 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6a41e08 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM homeassistant/home-assistant:0.108.3 + +RUN /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/alpine-3.10/amd64/ --prefer-binary \ + aiofiles==0.4.0 \ + aiogithubapi==0.4.3 \ + backoff==1.10.0 \ + hacs_frontend>=20191227161046 \ + integrationhelper==0.2.2 \ + semantic_version==2.8.4