1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00

Merge pull request #31 from jorgebonilla/patch-1

Adding support for Chromecast
This commit is contained in:
Kev++ 2016-11-30 10:18:53 +08:00 committed by GitHub
commit 392f947d08

View File

@ -12,6 +12,7 @@ RUN set -xe \
python3-dev \ python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.33.4 \ && pip3 install --no-cache-dir homeassistant==0.33.4 \
netdisco==0.7.7 \ netdisco==0.7.7 \
pychromecast=0.7.6 \
&& apk del build-base \ && apk del build-base \
linux-headers \ linux-headers \
python3-dev python3-dev