From e8072c3e8c7251c8d65217ccf0ef3ee83b66277f Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 8 Apr 2017 13:06:59 +0800 Subject: [PATCH] update hass --- hass/Dockerfile | 1 - hass/arm/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/hass/Dockerfile b/hass/Dockerfile index 9c4ebc2..1eedd86 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -12,7 +12,6 @@ RUN set -xe \ python3-dev \ && pip3 install --no-cache-dir homeassistant==0.41 \ netdisco==0.9.2\ - pychromecast==0.8.1 \ && apk del build-base \ linux-headers \ python3-dev diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index c21cdfd..ffbc4f4 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -12,7 +12,6 @@ RUN set -xe \ python3-dev \ && pip3 install --no-cache-dir homeassistant==0.41 \ netdisco==0.9.2\ - pychromecast==0.8.1 \ && apk del build-base \ linux-headers \ python3-dev