File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN apt-get -y update && DEBIAN_FRONTEND="noninteractive" TZ="Europe/Paris" apt-
33
33
iproute2
34
34
35
35
36
- RUN LIBWEBSOCKET="3.2.3 " && wget https://github.com/warmcat/libwebsockets/archive/v$LIBWEBSOCKET.tar.gz && \
36
+ RUN LIBWEBSOCKET="4. 3.2" && wget https://github.com/warmcat/libwebsockets/archive/v$LIBWEBSOCKET.tar.gz && \
37
37
tar xzvf v$LIBWEBSOCKET.tar.gz && \
38
38
cd libwebsockets-$LIBWEBSOCKET && \
39
39
mkdir build && \
@@ -43,7 +43,7 @@ RUN LIBWEBSOCKET="3.2.3" && wget https://github.com/warmcat/libwebsockets/archiv
43
43
cd / && rm -rf libwebsockets-$LIBWEBSOCKET
44
44
45
45
46
- RUN SRTP="2.3.0 " && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
46
+ RUN SRTP="2.4.2 " && wget https://github.com/cisco/libsrtp/archive/v$SRTP.tar.gz && \
47
47
tar xfv v$SRTP.tar.gz && \
48
48
cd libsrtp-$SRTP && \
49
49
./configure --prefix=/usr --enable-openssl && \
You can’t perform that action at this time.
0 commit comments