Skip to content

Commit 2174eb6

Browse files
committed
update hass
1 parent cebbcc7 commit 2174eb6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hass/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ RUN set -xe \
99
&& apk update \
1010
&& apk add --no-cache ca-certificates \
1111
build-base \
12+
libffi-dev \
1213
linux-headers \
14+
openssl-dev \
1315
python3 \
1416
python3-dev \
1517
&& pip3 install --no-cache-dir homeassistant \

hass/arm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ RUN set -xe \
99
&& apk update \
1010
&& apk add --no-cache ca-certificates \
1111
build-base \
12+
libffi-dev \
1213
linux-headers \
14+
openssl-dev \
1315
python3 \
1416
python3-dev \
1517
&& pip3 install --no-cache-dir homeassistant \

0 commit comments

Comments
 (0)