openvidu-test-e2e: docker containers fix openjdk-8-jdk

pull/203/head
pabloFuente 2019-02-14 16:26:58 +01:00
parent 023514ffea
commit b0ec66bacb
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/dev bionic kms6" | tee /etc
RUN apt-get update && apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs
# Java
RUN apt-get install -y default-jdk
# Java 8
RUN apt-get install -y openjdk-8-jdk-headless
# Maven
RUN apt-get install -y maven

View File

@ -18,8 +18,8 @@ RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.9.0 xenial kms6" | tee /e
RUN apt-get update && apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs
# Java
RUN apt-get install -y default-jdk
# Java 8
RUN apt-get install -y openjdk-8-jdk-headless
# Maven
RUN apt-get install -y maven