Initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user