Skip to content

Commit 23bc390

Browse files
committed
Run rtpproxy binaries with -V to make sure they are functional.
1 parent 2e227b0 commit 23bc390

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile.push

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

1717
COPY --from=build / /
1818

19+
RUN /usr/local/bin/rtpproxy -V
20+
RUN test "${TARGETPLATFORM%/v*}" == "linux/arm" || /usr/local/bin/rtpproxy_debug -V
21+
1922
ENTRYPOINT ["/usr/local/bin/rtpproxy", "-fF"]

0 commit comments

Comments
 (0)