comparison java-17/Dockerfile @ 473:4dff53f5d068

USASR-5154 try old version
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 28 Sep 2023 15:30:53 -0400
parents 44123bc3d4d4
children 3c962af98ddb
comparison
equal deleted inserted replaced
472:44123bc3d4d4 473:4dff53f5d068
1 FROM openjdk:17 1 FROM openjdk:8u181-jdk
2 2
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
4 4
5 RUN apt update && apt upgrade && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ 5 RUN echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \
6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/apt/sources.list \ 6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/apt/sources.list \
7 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ 7 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \
8 && apt-get update \ 8 && apt-get update \
9 && apt-get install -y ttf-mscorefonts-installer \ 9 && apt-get install -y ttf-mscorefonts-installer \
10 && apt-get clean \ 10 && apt-get clean \