temurin-19-jdk

This commit is contained in:
STAM 2023-07-26 17:36:02 +03:00
parent 743a10756c
commit c46786893c
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# installing java19 # installing java19
################################################################## ##################################################################
RUN wget -qO - https://packages.adoptium.net/artifactory/api/gpg/key/public | apt-key add - && \ RUN wget -qO - https://packages.adoptium.net/artifactory/api/gpg/key/public | apt-key add - && \
echo 'deb https://packages.adoptium.net/artifactory/deb bookworm main' > /etc/apt/sources.list.d/temurin-official.list && \ echo 'deb https://packages.adoptium.net/artifactory/deb bullseye main' > /etc/apt/sources.list.d/temurin-official.list && \
apt-get update && \ apt-get update && \
apt-get autoremove -y && \ apt-get autoremove -y && \
apt-get install -y --allow-unauthenticated temurin-19-jdk temurin-19-jre && \ apt-get install -y --allow-unauthenticated temurin-19-jdk temurin-19-jre && \

View File

@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# installing java18 # installing java18
################################################################## ##################################################################
RUN wget -qO - https://packages.adoptium.net/artifactory/api/gpg/key/public | apt-key add - && \ RUN wget -qO - https://packages.adoptium.net/artifactory/api/gpg/key/public | apt-key add - && \
echo 'deb https://packages.adoptium.net/artifactory/deb bookworm main' > /etc/apt/sources.list.d/temurin-official.list && \ echo 'deb https://packages.adoptium.net/artifactory/deb bullseye main' > /etc/apt/sources.list.d/temurin-official.list && \
apt-get update && \ apt-get update && \
apt-get autoremove -y && \ apt-get autoremove -y && \
apt-get install -y --allow-unauthenticated temurin-19-jdk temurin-19-jre && \ apt-get install -y --allow-unauthenticated temurin-19-jdk temurin-19-jre && \