mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 13:45:32 +03:00
deb12 fix
This commit is contained in:
parent
800eeb1d1c
commit
efd980232b
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# installing java8
|
||||
##################################################################
|
||||
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-8-jdk && \
|
||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
# installing java8
|
||||
##################################################################
|
||||
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-8-jdk && \
|
||||
|
Loading…
Reference in New Issue
Block a user