diff --git a/hass/Dockerfile b/hass/Dockerfile index 996f66f..46f5c08 100644 --- a/hass/Dockerfile +++ b/hass/Dockerfile @@ -7,7 +7,8 @@ MAINTAINER EasyPi Software Foundation RUN set -xe \ && apk update \ - && apk add --no-cache build-base \ + && apk add --no-cache ca-certificates \ + build-base \ linux-headers \ python3 \ python3-dev \ diff --git a/hass/arm/Dockerfile b/hass/arm/Dockerfile index df4adab..650942a 100644 --- a/hass/arm/Dockerfile +++ b/hass/arm/Dockerfile @@ -7,7 +7,8 @@ MAINTAINER EasyPi Software Foundation RUN set -xe \ && apk update \ - && apk add --no-cache build-base \ + && apk add --no-cache ca-certificates \ + build-base \ linux-headers \ python3 \ python3-dev \