1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-29 22:38:35 +02:00

Adding support for Chromecast

This commit is contained in:
jorgebonilla
2016-11-29 14:40:36 -08:00
committed by GitHub
parent 54d63ed925
commit 371f45e702

View File

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