mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: Docker image updated to use KMS 6.8.1 and latest npm deps
parent
b5553b1029
commit
cc69107d28
|
@ -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.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
RUN echo "deb http://ubuntu.openvidu.io/6.8.1 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
|
||||||
|
@ -28,13 +28,13 @@ RUN apt-get install -y maven
|
||||||
RUN apt-get install -y git
|
RUN apt-get install -y git
|
||||||
|
|
||||||
# angular-cli
|
# angular-cli
|
||||||
RUN npm install -g @angular/cli
|
RUN npm install -g @angular/cli@latest
|
||||||
|
|
||||||
# http-server
|
# http-server
|
||||||
RUN npm install -g http-server
|
RUN npm install -g http-server@latest
|
||||||
|
|
||||||
# typescript
|
# typescript
|
||||||
RUN npm install -g typescript
|
RUN npm install -g typescript@latest
|
||||||
|
|
||||||
# sudo
|
# sudo
|
||||||
RUN apt-get -y install sudo
|
RUN apt-get -y install sudo
|
||||||
|
|
Loading…
Reference in New Issue