Skip to content

Commit 77c7c8a

Browse files
chulspros-gatti
andauthored
Include push_av_server and required dependencies in chip-cert-bins (project-chip#39908)
Signed-off-by: s-gatti <[email protected]> Co-authored-by: s-gatti <[email protected]>
1 parent f136f48 commit 77c7c8a

File tree

1 file changed

+5
-0
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
320321
COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requirements.txt /tmp/requirements.txt
321322
RUN 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
324329
COPY --from=chip-build-cert-bins /root/connectedhomeip/integrations/mock_server mock_server
325330

0 commit comments

Comments
 (0)