Mercurial > public > ssdt-docker
comparison java-17/Dockerfile @ 474:3c962af98ddb
USASR-5154 try oracle
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Thu, 28 Sep 2023 15:39:05 -0400 |
parents | 4dff53f5d068 |
children | 965736387022 |
comparison
equal
deleted
inserted
replaced
473:4dff53f5d068 | 474:3c962af98ddb |
---|---|
1 FROM openjdk:8u181-jdk | 1 FROM openjdk:17-oracle |
2 | |
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> | 2 MAINTAINER Marc Davis <davis@ssdt-ohio.org> |
4 | 3 |
5 RUN echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ | 4 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 \ | 5 && 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 \ | 6 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ |