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 # Install Java, supervisor and netstat
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
openjdk-21-jre \ openjdk-11-jre \
supervisor && \ supervisor && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*

View File

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

View File

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

View File

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