Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
update Janus to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr authored Apr 23, 2020
1 parent 3a9d2e0 commit 62b16ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ RUN make && make install
WORKDIR /usr
RUN git clone https://github.com/meetecho/janus-gateway.git
WORKDIR /usr/janus-gateway
RUN git checkout tags/v0.9.3
RUN ./autogen.sh
RUN ./configure --prefix=/opt/janus --disable-boringssl
RUN make && make install
RUN make configs
RUN make configs

0 comments on commit 62b16ea

Please sign in to comment.