Skip to content

Commit

Permalink
Fixing the wheels path in the Dockerfile of the chip certification bi…
Browse files Browse the repository at this point in the history
…naries
  • Loading branch information
antonio-amjr committed Dec 30, 2024
1 parent 2249628 commit 04db2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 04db2b3

Please sign in to comment.