10 lines
342 B
Plaintext
10 lines
342 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}" \
|
|
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
|
|
bluepy \
|
|
pybluez \
|
|
pygatt[GATTTOOL]
|