We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea605e commit 2cb215eCopy full SHA for 2cb215e
integrations/docker/images/chip-cert-bins/Dockerfile
@@ -332,6 +332,9 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ
332
# PIP requires MASON package compilation, which seems to require a JDK
333
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
334
335
+# This is necessary to avoid dependency conflict of PyGObject
336
+RUN apt-get remove -y python3-gi
337
+
338
RUN pip install --break-system-packages --no-cache-dir \
339
python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
340
python_lib/controller/python/chip*.whl
0 commit comments