update hass

This commit is contained in:
kev 2018-09-01 13:24:53 +08:00
parent cebbcc7fbf
commit 2174eb655f
2 changed files with 4 additions and 0 deletions

View File

@ -9,7 +9,9 @@ RUN set -xe \
&& apk update \
&& apk add --no-cache ca-certificates \
build-base \
libffi-dev \
linux-headers \
openssl-dev \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant \

View File

@ -9,7 +9,9 @@ RUN set -xe \
&& apk update \
&& apk add --no-cache ca-certificates \
build-base \
libffi-dev \
linux-headers \
openssl-dev \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant \