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 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
|
||||
|
|
Loading…
Reference in New Issue