From 35f70558c8f8d5736587891c96b7a737f18dbbc5 Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 16 Apr 2017 12:40:40 +0800 Subject: [PATCH] fix hass tls --- hass/Dockerfile | 3 ++- hass/arm/Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 \