Skip to content

Commit

Permalink
Fixing Dockerfile wheels path
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-amjr committed Jan 17, 2025
1 parent cd07c4f commit 578908a
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 @@ -328,5 +328,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/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
python_lib/controller/python/chip*.whl

0 comments on commit 578908a

Please sign in to comment.