openvidu-test-e2e: Dockerfile install KMS 6.8.0

pull/127/head
pabloFuente 2018-09-28 17:44:54 +02:00
parent 86bda87bc9
commit c7edc8ecd7
1 changed files with 2 additions and 4 deletions

View File

@ -9,12 +9,10 @@ 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.7.2 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \ RUN echo "deb http://ubuntu.openvidu.io/6.8.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 dist-upgrade \ && apt-get -y install kurento-media-server
&& apt-get -y install kurento-media-server \
&& apt-get -y install openh264-gst-plugins-bad-1.5
# Install Node # Install Node
RUN apt-get update && apt-get install -y curl RUN apt-get update && apt-get install -y curl