From 04db2b3d1b806ce30f9c0ee87d97c28770065fdb Mon Sep 17 00:00:00 2001 From: Antonio Melo Jr Date: Mon, 30 Dec 2024 09:50:01 -0300 Subject: [PATCH] Fixing the wheels path in the Dockerfile of the chip certification binaries --- integrations/docker/images/chip-cert-bins/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/docker/images/chip-cert-bins/Dockerfile b/integrations/docker/images/chip-cert-bins/Dockerfile index 07c366231b8213..ef823f7eeb674d 100644 --- a/integrations/docker/images/chip-cert-bins/Dockerfile +++ b/integrations/docker/images/chip-cert-bins/Dockerfile @@ -305,5 +305,5 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk RUN pip install --break-system-packages --no-cache-dir \ - python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \ + python_lib/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \ python_lib/controller/python/chip*.whl