We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd7e6b commit 44de8d4Copy full SHA for 44de8d4
integrations/docker/images/chip-cert-bins/Dockerfile
@@ -306,6 +306,9 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ
306
COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requirements.txt /tmp/requirements.txt
307
RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt
308
309
+# Stage 3.2: Setup the Mock Server
310
+COPY --from=chip-build-cert-bins /root/connectedhomeip/integrations/mock_server mock_server
311
+
312
# PIP requires MASON package compilation, which seems to require a JDK
313
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
314
0 commit comments