1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:47:10 +02:00

upgrade hass to 0.40.2

This commit is contained in:
kev 2017-03-25 12:38:14 +08:00
parent 75b00ee5b7
commit 33ea181f46
2 changed files with 6 additions and 6 deletions

View File

@ -10,9 +10,9 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.39.3 \
netdisco==0.9.1 \
pychromecast==0.8.0 \
&& pip3 install --no-cache-dir homeassistant==0.40.2 \
netdisco==0.9.2\
pychromecast==0.8.1 \
&& apk del build-base \
linux-headers \
python3-dev

View File

@ -10,9 +10,9 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.39.3 \
netdisco==0.9.1 \
pychromecast==0.8.0 \
&& pip3 install --no-cache-dir homeassistant==0.40.2 \
netdisco==0.9.2\
pychromecast==0.8.1 \
&& apk del build-base \
linux-headers \
python3-dev