File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
integrations/docker/images/chip-cert-bins Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ RUN set -x \
4343 cmake \
4444 curl \
4545 flex \
46+ ffmpeg \
4647 g++ \
4748 gcc \
4849 git \
@@ -320,6 +321,10 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/data_model python_testing
320321COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requirements.txt /tmp/requirements.txt
321322RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt
322323
324+ # Copy PushAV Server to apps and install dependencies
325+ COPY --from=chip-build-cert-bins /root/connectedhomeip/src/tools/push_av_server apps/push_av_server
326+ RUN pip install --break-system-packages -r apps/push_av_server/requirements.txt
327+
323328# Stage 3.2: Setup the Mock Server
324329COPY --from=chip-build-cert-bins /root/connectedhomeip/integrations/mock_server mock_server
325330
You can’t perform that action at this time.
0 commit comments