mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
usbutils \
|
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
|
pybluez \
|
|
-c /usr/src/homeassistant/requirements_all.txt \
|
|
--use-deprecated=legacy-resolver
|