Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Oct 8, 2024
1 parent b6e5577 commit 469e328
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/Dockerfile.rtp.io
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ RUN mkdir tmp && cd modules && mv ${KEEP_MODULES} ${SKIP_MODULES} ../tmp && \
rm -rf * && cd ../tmp && mv ${KEEP_MODULES} ${SKIP_MODULES} ../modules && \
cd .. && rmdir tmp
RUN EXCLUDE_MODULES_ADD="${SKIP_MODULES}" sh -x scripts/build/do_build.sh
RUN apt-get install -y libsrtp2-dev lld-18
RUN env ONE_MODULE=rtp.io LDFLAGS="-flto -fuse-ld=lld" CFLAGS=-flto \
sh -x scripts/build/do_build.sh
ARG CC=${COMPILER}
RUN cd dist/rtpproxy && ./configure
RUN apt-get install -y gpp python3-pip
RUN cd dist/voiptests && python3 -m pip install -r requirements.txt
RUN cd dist/voiptests && sh -x ./test_run.sh

0 comments on commit 469e328

Please sign in to comment.