1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00

fix hass tls

This commit is contained in:
kev 2017-04-16 12:40:40 +08:00
parent 631f4959cd
commit 35f70558c8
2 changed files with 4 additions and 2 deletions

@ -7,7 +7,8 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apk update \ && apk update \
&& apk add --no-cache build-base \ && apk add --no-cache ca-certificates \
build-base \
linux-headers \ linux-headers \
python3 \ python3 \
python3-dev \ python3-dev \

@ -7,7 +7,8 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apk update \ && apk update \
&& apk add --no-cache build-base \ && apk add --no-cache ca-certificates \
build-base \
linux-headers \ linux-headers \
python3 \ python3 \
python3-dev \ python3-dev \