mirror of https://github.com/OpenVidu/openvidu.git
openvidu KMS versions udpate to 6.9.0
parent
1e2dd2fe8c
commit
bc50f97cf7
|
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||||
MAINTAINER openvidu@gmail.com
|
MAINTAINER openvidu@gmail.com
|
||||||
|
|
||||||
# Install Kurento Media Server (KMS)
|
# Install Kurento Media Server (KMS)
|
||||||
RUN echo "deb http://ubuntu.openvidu.io/6.8.1 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
RUN echo "deb http://ubuntu.openvidu.io/6.9.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
||||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get -y install kurento-media-server \
|
&& apt-get -y install kurento-media-server \
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y upgrade
|
||||||
RUN apt-get install -y software-properties-common && apt-get install -y --no-install-recommends apt-utils
|
RUN apt-get install -y software-properties-common && apt-get install -y --no-install-recommends apt-utils
|
||||||
|
|
||||||
# Install Kurento Media Server (KMS)
|
# Install Kurento Media Server (KMS)
|
||||||
RUN echo "deb http://ubuntu.openvidu.io/6.8.1 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
RUN echo "deb http://ubuntu.openvidu.io/6.9.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
||||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get -y install kurento-media-server
|
&& apt-get -y install kurento-media-server
|
||||||
|
|
Loading…
Reference in New Issue