This commit is contained in:
STAM 2023-07-25 21:34:42 +03:00
parent 84b4d2e9cd
commit 54aec54678
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 java18
##################################################################
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 autoremove -y && \
apt-get install -y --allow-unauthenticated temurin-18-jdk temurin-18-jre && \

View File

@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# installing java18
##################################################################
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 autoremove -y && \
apt-get install -y --allow-unauthenticated temurin-18-jdk temurin-18-jre && \