2021-07-28 12:19:21 +00:00
|
|
|
ARG BUILD_VERSION
|
|
|
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|
|
|
|
|
|
|
RUN apk --no-cache add \
|
2022-06-22 17:04:39 +00:00
|
|
|
usbutils \
|
|
|
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
|
|
|
pybluez \
|
|
|
|
pygatt[GATTTOOL] \
|
|
|
|
-c /usr/src/homeassistant/requirements_all.txt \
|
|
|
|
--use-deprecated=legacy-resolver
|