mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
upgrade hass to 0.36.1
This commit is contained in:
parent
19b908d270
commit
b32d6ead07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user