Skip to content

Commit 3d30500

Browse files
authored
Fixing the wheels path in the Dockerfile of the chip certification binaries (project-chip#36947)
1 parent 2a686a7 commit 3d30500

File tree

1 file changed

+1
-1
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+1
-1
lines changed

integrations/docker/images/chip-cert-bins/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,5 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ
305305
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
306306

307307
RUN pip install --break-system-packages --no-cache-dir \
308-
python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
308+
python_lib/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
309309
python_lib/controller/python/chip*.whl

0 commit comments

Comments
 (0)