mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
8 lines
285 B
Plaintext
8 lines
285 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/armv7-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
|