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