Skip to content

Commit 4909e7b

Browse files
committed
Run rtpproxy binaries with -V to make sure they are functional.
1 parent 1d68cee commit 4909e7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile.push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ WORKDIR /
1616

1717
COPY --from=build / /
1818

19+
ARG TARGETPLATFORM
20+
RUN /usr/local/bin/rtpproxy -V
21+
RUN /usr/local/bin/rtpproxy_debug -V || echo "WARNING: rtpproxy_debug is BROKEN on ${TARGETPLATFORM}" >&2
22+
1923
ENTRYPOINT ["/usr/local/bin/rtpproxy", "-fF"]

0 commit comments

Comments
 (0)