mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
8 lines
287 B
Plaintext
8 lines
287 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|
|
|
RUN 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
|