Skip to content

Commit f1dc5ae

Browse files
authored
PushAV already copied, remove the copy
Only install deps, do not do the copy again.
1 parent c1ef1a1 commit f1dc5ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,7 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/data_model python_testing
403403
COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requirements.txt /tmp/requirements.txt
404404
RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt
405405

406-
# Copy PushAV Server to apps and install dependencies
407-
COPY --from=chip-build-cert-bins /root/connectedhomeip/src/tools/push_av_server apps/push_av_server
406+
# Install PushAV dependencies
408407
RUN pip install --break-system-packages -r apps/push_av_server/requirements.txt \
409408
&& patch -d $(pip show hypercorn | grep "Location: " | sed "s/Location: //") -p0 < apps/push_av_server/hypercorn.patch
410409

0 commit comments

Comments
 (0)