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 \