Cleanup pybluez from machine builds (#92122)
parent
2522c6d697
commit
15c2ed7b04
|
@ -1,7 +1,2 @@
|
|||
ARG 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 \
|
||||
raspberrypi \
|
||||
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
|
||||
raspberrypi-libs
|
||||
|
||||
##
|
||||
# Set symlinks for raspberry pi binaries.
|
||||
|
|
|
@ -3,11 +3,7 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|||
|
||||
RUN apk --no-cache add \
|
||||
raspberrypi \
|
||||
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
|
||||
raspberrypi-libs
|
||||
|
||||
##
|
||||
# Set symlinks for raspberry pi binaries.
|
||||
|
|
|
@ -3,11 +3,7 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
|||
|
||||
RUN apk --no-cache add \
|
||||
raspberrypi \
|
||||
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
|
||||
raspberrypi-libs
|
||||
|
||||
##
|
||||
# Set symlinks for raspberry pi binaries.
|
||||
|
|
|
@ -3,11 +3,7 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|||
|
||||
RUN apk --no-cache add \
|
||||
raspberrypi \
|
||||
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
|
||||
raspberrypi-libs
|
||||
|
||||
##
|
||||
# Set symlinks for raspberry pi binaries.
|
||||
|
|
|
@ -1,7 +1,2 @@
|
|||
ARG 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…
Reference in New Issue