Skip to content

Commit

Permalink
update rtpengine and lws
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Oct 28, 2024
1 parent 5873d40 commit 8ae9d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ RUN apt-get update \
&& echo "building bcg729" \
&& cmake . -DCMAKE_INSTALL_PREFIX=/usr && make -j ${BUILD_CPUS} && make install \
&& cd /usr/local/src \
&& git clone https://github.com/warmcat/libwebsockets.git -b v4.3.2 \
&& git clone https://github.com/warmcat/libwebsockets.git -b v4.3.3 \
&& cd /usr/local/src/libwebsockets \
&& mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo && make -j ${BUILD_CPUS} && make install \
&& git clone https://github.com/sipwise/rtpengine.git -b mr11.5.1.24 \
&& git clone https://github.com/sipwise/rtpengine.git -b mr11.5.1.31 \
&& cd rtpengine/daemon \
&& make -j ${BUILD_CPUS} with_transcoding=yes \
&& find . -name rtpengine \
Expand Down

0 comments on commit 8ae9d54

Please sign in to comment.