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