mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: docker containers fix openjdk-8-jdk
parent
023514ffea
commit
b0ec66bacb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue