Mercurial > public > ssdt-docker
comparison java-17/Dockerfile @ 475:965736387022
USASR-5154 try -jdk
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Thu, 28 Sep 2023 15:47:27 -0400 |
parents | 3c962af98ddb |
children | 8b3b95d8167d |
comparison
equal
deleted
inserted
replaced
474:3c962af98ddb | 475:965736387022 |
---|---|
1 FROM openjdk:17-oracle | 1 FROM openjdk:17-jdk |
2 MAINTAINER Marc Davis <davis@ssdt-ohio.org> | 2 MAINTAINER Marc Davis <davis@ssdt-ohio.org> |
3 | 3 |
4 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 \ |
5 && 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 \ |
6 && 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 \ |