Initial commit

This commit is contained in:
2020-04-22 16:42:21 +02:00
commit f2eb242d44

9
Dockerfile Normal file
View File

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