Revert to openjdk-11

v2
cruizba 2025-01-13 13:53:41 +01:00
parent 22505d38c8
commit b177891341
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/7.1.1 noble main" | tee /et
# Install Java, supervisor and netstat
RUN apt-get update && apt-get install -y \
openjdk-21-jre \
openjdk-11-jre \
supervisor && \
rm -rf /var/lib/apt/lists/*

View File

@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
curl \
wget \
openjdk-21-jre \
openjdk-11-jre \
jq \
docker.io \
ethtool \

View File

@ -5,7 +5,7 @@ MAINTAINER info@openvidu.io
RUN apt-get update && apt-get install -y \
curl \
wget \
openjdk-21-jre \
openjdk-11-jre \
dnsutils \
&& rm -rf /var/lib/apt/lists/*

View File

@ -16,7 +16,7 @@ RUN apt-get update && apt-get -y upgrade && \
iproute2 \
lsb-release \
maven \
openjdk-21-jdk \
openjdk-11-jdk \
rsync \
software-properties-common \
sudo && \