1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +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
RUN set -xe \
&& apk update \
&& apk add --no-cache build-base \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant==0.41 \
netdisco==0.9.2\
&& apk del build-base \
linux-headers \
python3-dev
&& pip3 install --no-cache-dir homeassistant
VOLUME /etc/hass
EXPOSE 8123

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