From 3df077c512bc01617cc2191be2eb05d655aaa81d Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 8 Apr 2017 13:29:38 +0800 Subject: [PATCH] update hass --- hass/Dockerfile | 7 ++----- hass/arm/Dockerfile | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/hass/Dockerfile b/hass/Dockerfile index 1eedd86..996f66f 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -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 diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index ffbc4f4..df4adab 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -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