mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Cleanup pybluez from machine builds (#92122)
This commit is contained in:
parent
2522c6d697
commit
15c2ed7b04
@ -1,7 +1,2 @@
|
|||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/aarch64-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
|
|
||||||
|
@ -3,11 +3,7 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
|||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs
|
||||||
&& 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
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Set symlinks for raspberry pi binaries.
|
# Set symlinks for raspberry pi binaries.
|
||||||
|
@ -3,11 +3,7 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs
|
||||||
&& 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
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Set symlinks for raspberry pi binaries.
|
# Set symlinks for raspberry pi binaries.
|
||||||
|
@ -3,11 +3,7 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
|||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs
|
||||||
&& 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
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Set symlinks for raspberry pi binaries.
|
# Set symlinks for raspberry pi binaries.
|
||||||
|
@ -3,11 +3,7 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs
|
||||||
&& 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
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Set symlinks for raspberry pi binaries.
|
# Set symlinks for raspberry pi binaries.
|
||||||
|
@ -1,7 +1,2 @@
|
|||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/armv7-homeassistant:$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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user