Skip to content

Commit 067bc8b

Browse files
committed
Minor fixes
1 parent f723d78 commit 067bc8b

File tree

1 file changed

+1
-2
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ RUN case ${TARGETPLATFORM} in \
182182
--target linux-x64-all-clusters-minimal-ipv6only \
183183
--target linux-x64-bridge-ipv6only \
184184
--target linux-x64-tv-app-ipv6only \
185-
--target linux-x64-tv-casting-app-ipv6only \
185+
--target linux-x64-tv-casting-app-ipv6only \
186186
--target linux-x64-light-ipv6only \
187187
--target linux-x64-thermostat-ipv6only \
188188
--target linux-x64-ota-provider-ipv6only \
@@ -319,7 +319,6 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requir
319319
RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt
320320

321321
# PIP requires MASON package compilation, which seems to require a JDK
322-
# RUN apt-get update
323322
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
324323

325324
RUN pip install --break-system-packages --no-cache-dir python_lib/controller/python/chip*.whl

0 commit comments

Comments
 (0)