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 1ce3d46 commit 37a80b9Copy full SHA for 37a80b9
Dockerfile
@@ -136,7 +136,7 @@ RUN apt-get update -y && apt-get install libavutil56 libavcodec58 libavformat58
136
137
# janus
138
RUN cd / && git clone https://github.com/meetecho/janus-gateway.git && cd /janus-gateway && \
139
- git checkout refs/tags/v1.3.1 && \
+ git checkout refs/tags/v1.3.2&& \
140
sh autogen.sh && \
141
./configure --prefix=/usr/local \
142
--enable-post-processing \
0 commit comments