openvidu-test-e2e:bionic updated to Java 11

pull/559/head
pabloFuente 2020-11-15 23:17:51 +01:00
parent ababab7942
commit 911c996f57
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ RUN sed -i "s/DAEMON_USER=\"kurento\"/DAEMON_USER=\"root\"/g" /etc/default/kuren
RUN apt-get update && apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs
# Java 8
RUN apt-get install -y openjdk-8-jdk-headless
# Java 11
RUN apt-get install -y openjdk-11-jdk-headless
# Maven
RUN apt-get install -y maven