Skip to content

Commit 2cb215e

Browse files
committed
Updated chip-cert-bins/Dockerfile to avoid PyGObject conflit
1 parent dea605e commit 2cb215e

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ
332332
# PIP requires MASON package compilation, which seems to require a JDK
333333
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
334334

335+
# This is necessary to avoid dependency conflict of PyGObject
336+
RUN apt-get remove -y python3-gi
337+
335338
RUN pip install --break-system-packages --no-cache-dir \
336339
python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
337340
python_lib/controller/python/chip*.whl

0 commit comments

Comments
 (0)