1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00

update hass

This commit is contained in:
kev 2017-04-08 13:29:38 +08:00
parent e8072c3e8c
commit 3df077c512
2 changed files with 4 additions and 10 deletions

@ -6,15 +6,12 @@ FROM alpine
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apk update \
&& apk add --no-cache build-base \ && apk add --no-cache build-base \
linux-headers \ linux-headers \
python3 \ python3 \
python3-dev \ python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.41 \ && pip3 install --no-cache-dir homeassistant
netdisco==0.9.2\
&& apk del build-base \
linux-headers \
python3-dev
VOLUME /etc/hass VOLUME /etc/hass
EXPOSE 8123 EXPOSE 8123

@ -6,15 +6,12 @@ FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apk update \
&& apk add --no-cache build-base \ && apk add --no-cache build-base \
linux-headers \ linux-headers \
python3 \ python3 \
python3-dev \ python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.41 \ && pip3 install --no-cache-dir homeassistant
netdisco==0.9.2\
&& apk del build-base \
linux-headers \
python3-dev
VOLUME /etc/hass VOLUME /etc/hass
EXPOSE 8123 EXPOSE 8123