From 360a74fb43c5ef8cf7a2b408091de5b8fe7bbef6 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 16 Apr 2018 18:54:48 +0800 Subject: [PATCH] upgrade --- docker-compose-arm/Dockerfile | 2 +- hass/Dockerfile | 3 ++- hass/arm/Dockerfile | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose-arm/Dockerfile b/docker-compose-arm/Dockerfile index 5076a72..0a302e7 100644 --- a/docker-compose-arm/Dockerfile +++ b/docker-compose-arm/Dockerfile @@ -5,7 +5,7 @@ FROM resin/rpi-raspbian:jessie MAINTAINER EasyPi Software Foundation -ENV DOCKER_COMPOSE_VERSION 1.19.0 +ENV DOCKER_COMPOSE_VERSION 1.21.0 ENV PYINSTALLER_VERSION 3.2.1 RUN set -xe \ diff --git a/hass/Dockerfile b/hass/Dockerfile index 46f5c08..63bbf3e 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -12,7 +12,8 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant + && pip3 install --no-cache-dir homeassistant \ + && wget https://github.com/home-assistant/hassio-cli/releases/download/1.2.1/hassio_armhf -O /usr/local/bin/hassio VOLUME /etc/hass EXPOSE 8123 diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index 650942a..2ca25b6 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -12,7 +12,8 @@ RUN set -xe \ linux-headers \ python3 \ python3-dev \ - && pip3 install --no-cache-dir homeassistant + && pip3 install --no-cache-dir homeassistant \ + && wget https://github.com/home-assistant/hassio-cli/releases/download/1.2.1/hassio_armhf -O /usr/local/bin/hassio VOLUME /etc/hass EXPOSE 8123