Skip to content

Commit

Permalink
refactor(sip-jibri): ssl support to pjsua
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 15, 2024
1 parent eb394e0 commit 10ff9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sip-jibri/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
build-essential git ca-certificates \
libv4l-dev libsdl2-dev libavcodec-dev libavdevice-dev libavfilter-dev \
libavformat-dev libavutil-dev libswscale-dev libasound2-dev libopus-dev \
libvpx-dev && \
libvpx-dev libssl-dev && \
\
git clone -b $PROJECT_BRANCH $PROJECT_REPO pjproject && \
cd pjproject && ./configure && make dep && make && \
Expand Down

0 comments on commit 10ff9f7

Please sign in to comment.