From 2174eb655fe6aed3c49d573d972abe1971dabb33 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 1 Sep 2018 13:24:53 +0800 Subject: [PATCH] update hass --- hass/Dockerfile | 2 ++ hass/arm/Dockerfile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hass/Dockerfile b/hass/Dockerfile index 418be9d..5ffe224 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -9,7 +9,9 @@ RUN set -xe \ && apk update \ && apk add --no-cache ca-certificates \ build-base \ + libffi-dev \ linux-headers \ + openssl-dev \ python3 \ python3-dev \ && pip3 install --no-cache-dir homeassistant \ diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index e484e65..c974c20 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -9,7 +9,9 @@ RUN set -xe \ && apk update \ && apk add --no-cache ca-certificates \ build-base \ + libffi-dev \ linux-headers \ + openssl-dev \ python3 \ python3-dev \ && pip3 install --no-cache-dir homeassistant \