Skip to content

Commit 06c8423

Browse files
committed
rtp.io: enable dialog and related modules in the CI build
1 parent 615cc06 commit 06c8423

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/Dockerfile.rtp.io

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ RUN --mount=type=bind,source=dist/voiptests/requirements.txt,target=requirements
3030
COPY --exclude=.git --exclude=.github --exclude=docker --exclude=dist \
3131
. .
3232

33-
ARG KEEP_MODULES="dialog sipmsgops sl tm rr maxfwd rtp.io rtpproxy textops"
34-
ARG SKIP_MODULES="usrloc event_routing clusterer rtp_relay"
33+
ARG KEEP_MODULES="dialog sipmsgops sl tm rr maxfwd rtp.io rtpproxy textops \
34+
signaling mi_fifo usrloc registrar acc rtp_relay siprec b2b_entities \
35+
uac_auth presence pua alias_db b2b_logic"
36+
ARG SKIP_MODULES="event_routing clusterer"
3537
RUN mkdir tmp && cd modules && mv ${KEEP_MODULES} ${SKIP_MODULES} ../tmp && \
3638
rm -rf * && cd ../tmp && mv ${KEEP_MODULES} ${SKIP_MODULES} ../modules && \
3739
cd .. && rmdir tmp

0 commit comments

Comments
 (0)