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:
parent
631f4959cd
commit
35f70558c8
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user