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 1914dfa commit 51394c9Copy full SHA for 51394c9
docker/Dockerfile
@@ -87,6 +87,7 @@ RUN git clone -b 0.x https://github.com/meetecho/janus-gateway.git && \
87
88
RUN git clone -b master https://github.com/networked-aframe/janus-plugin-sfu.git && \
89
cd janus-plugin-sfu && \
90
+ git checkout 1914dfa7e22c793f4a684ebeb002304661270519 && \
91
echo version 2 increment this line to invalidate cache of this layer while iterating build during development && \
92
cargo build --release && \
93
mkdir -p /usr/lib/janus/plugins && \
0 commit comments