Skip to content

Commit

Permalink
backup to lts version mr11.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Mar 25, 2024
1 parent 0c05513 commit 609abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update \
&& git clone https://github.com/warmcat/libwebsockets.git -b v4.3.2 \
&& cd /usr/local/src/libwebsockets \
&& mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo && make && make install \
&& git clone https://github.com/sipwise/rtpengine.git -b mr12.2.1.5 \
&& git clone https://github.com/sipwise/rtpengine.git -b mr11.5.1.24 \
&& cd rtpengine/daemon \
&& make with_transcoding=yes \
&& find . -name rtpengine \
Expand Down

0 comments on commit 609abcc

Please sign in to comment.