mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e:bionic updated to Java 11
parent
ababab7942
commit
911c996f57
|
@ -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 apt-get update && apt-get install -y curl
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs
|
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs
|
||||||
|
|
||||||
# Java 8
|
# Java 11
|
||||||
RUN apt-get install -y openjdk-8-jdk-headless
|
RUN apt-get install -y openjdk-11-jdk-headless
|
||||||
|
|
||||||
# Maven
|
# Maven
|
||||||
RUN apt-get install -y maven
|
RUN apt-get install -y maven
|
||||||
|
|
Loading…
Reference in New Issue