mirror of https://github.com/OpenVidu/openvidu.git
Updated docker kms image to 6.7.1
parent
9a6d6c9dad
commit
5731f88c4d
|
@ -2,12 +2,13 @@ FROM ubuntu:16.04
|
|||
MAINTAINER miguel.rodriguez@cocodin.com
|
||||
|
||||
# Install Kurento Media Server (KMS)
|
||||
RUN echo "deb http://ubuntu.openvidu.io/6.7.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
||||
RUN echo "deb http://ubuntu.openvidu.io/6.7.1 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
||||
&& apt-get update \
|
||||
&& apt-get -y dist-upgrade \
|
||||
&& apt-get -y install kurento-media-server \
|
||||
&& apt-get -y install openh264-gst-plugins-bad-1.5
|
||||
&& apt-get -y install openh264-gst-plugins-bad-1.5 \
|
||||
&& apt-get -y install kurento-media-server
|
||||
|
||||
|
||||
COPY kms.sh /kms.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue