openvidu-test-e2e docker images: set KMS user to root

pull/255/head
pabloFuente 2019-02-25 09:50:52 +01:00
parent eb72b19d5f
commit 77b93ee8f3
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/dev bionic kms6" | tee /etc
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
&& apt-get update \
&& apt-get -y install kurento-media-server
RUN sed -i "s/DAEMON_USER=\"kurento\"/DAEMON_USER=\"root\"/g" /etc/default/kurento-media-server
# Install Node
RUN apt-get update && apt-get install -y curl

View File

@ -13,6 +13,7 @@ RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.9.0 xenial kms6" | tee /e
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
&& apt-get update \
&& apt-get -y install kurento-media-server
RUN sed -i "s/DAEMON_USER=\"kurento\"/DAEMON_USER=\"root\"/g" /etc/default/kurento-media-server
# Install Node
RUN apt-get update && apt-get install -y curl