We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebbcc7 commit 2174eb6Copy full SHA for 2174eb6
hass/Dockerfile
@@ -9,7 +9,9 @@ RUN set -xe \
9
&& apk update \
10
&& apk add --no-cache ca-certificates \
11
build-base \
12
+ libffi-dev \
13
linux-headers \
14
+ openssl-dev \
15
python3 \
16
python3-dev \
17
&& pip3 install --no-cache-dir homeassistant \
hass/arm/Dockerfile
0 commit comments