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 b7d0f59 commit 4454a0dCopy full SHA for 4454a0d
Dockerfile
@@ -102,7 +102,7 @@ RUN apt-get update -y && apt-get install libavutil56 libavcodec58 libavformat58
102
103
# janus
104
RUN cd / && git clone https://github.com/meetecho/janus-gateway.git && cd /janus-gateway && \
105
- git checkout refs/tags/v1.3.2 && \
+ git checkout refs/tags/v1.3.1 && \
106
sh autogen.sh && \
107
./configure --prefix=/usr/local \
108
--enable-post-processing \
0 commit comments