1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

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

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

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