1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

upgrade hass to 0.36.1

This commit is contained in:
kev 2017-01-27 16:00:20 +08:00
parent 19b908d270
commit b32d6ead07
2 changed files with 6 additions and 5 deletions

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

@ -10,8 +10,9 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.33.4 \
netdisco==0.7.7 \
&& pip3 install --no-cache-dir homeassistant==0.36.1 \
netdisco==0.8.1 \
pychromecast==0.7.6 \
&& apk del build-base \
linux-headers \
python3-dev