1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02: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

View File

@ -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 \

View File

@ -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 \