Remove usbutils from machine builds (#91942)

This commit is contained in:
Franck Nijhof
2023-04-27 17:10:07 +02:00
committed by GitHub
parent f9ac1f3839
commit 3aa82e122c
20 changed files with 7 additions and 46 deletions

View File

@@ -1,8 +1,7 @@
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}" \
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