We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f500b commit 4490593Copy full SHA for 4490593
Dockerfile
@@ -46,7 +46,7 @@ RUN cd /tmp/ && LIBWEBSOCKET="4.3.2" && wget https://github.com/warmcat/libwebs
46
make && make install
47
48
# libsrtp
49
-RUN cd /tmp/ && SRTP="2.2.0" && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
+RUN cd /tmp/ && SRTP="2.6.0" && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
50
tar xfv v$SRTP.tar.gz && \
51
cd libsrtp-$SRTP && \
52
./configure --prefix=/usr --enable-openssl && \
0 commit comments