Skip to content

Commit

Permalink
Disable unused janus plugins and other options
Browse files Browse the repository at this point in the history
Speeds up the build, related to Glimesh#32
  • Loading branch information
danstiner committed Jan 18, 2021
1 parent a0f199e commit 69cb70b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ RUN \
cd ${DIR} && \
curl -sLf https://github.com/meetecho/janus-gateway/archive/${JANUSGATEWAY_VERSION}.tar.gz | tar -zx --strip-components=1 && \
sh autogen.sh && \
./configure --prefix=/opt/janus && \
./configure --prefix=/opt/janus \
--disable-rabbitmq \
--disable-mqtt \
--disable-unix-sockets \
--disable-websockets \
--disable-all-handlers \
--disable-all-plugins && \
make && \
make configs && \
make install && \
Expand Down

0 comments on commit 69cb70b

Please sign in to comment.