From f2eb242d444652160e500f1f5d37b29c964f3a10 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Wed, 22 Apr 2020 16:42:21 +0200 Subject: [PATCH] Initial commit --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Dockerfile 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