File tree 1 file changed +1
-2
lines changed
integrations/docker/images/chip-cert-bins
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ RUN case ${TARGETPLATFORM} in \
182
182
--target linux-x64-all-clusters-minimal-ipv6only \
183
183
--target linux-x64-bridge-ipv6only \
184
184
--target linux-x64-tv-app-ipv6only \
185
- --target linux-x64-tv-casting-app-ipv6only \
185
+ --target linux-x64-tv-casting-app-ipv6only \
186
186
--target linux-x64-light-ipv6only \
187
187
--target linux-x64-thermostat-ipv6only \
188
188
--target linux-x64-ota-provider-ipv6only \
@@ -319,7 +319,6 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requir
319
319
RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt
320
320
321
321
# PIP requires MASON package compilation, which seems to require a JDK
322
- # RUN apt-get update
323
322
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
324
323
325
324
RUN pip install --break-system-packages --no-cache-dir python_lib/controller/python/chip*.whl
You can’t perform that action at this time.
0 commit comments