# HG changeset patch # User belknapSSDT # Date 1696006784 14400 # Node ID 7ffbb0f123e8bf21bbffccfea58d3e19e27dd37d # Parent cd2fb1609cab906bcf5b0f7c6571459b1b90a786 USASR-5154 list operating system diff -r cd2fb1609cab -r 7ffbb0f123e8 java-17/Dockerfile --- a/java-17/Dockerfile Fri Sep 29 12:57:14 2023 -0400 +++ b/java-17/Dockerfile Fri Sep 29 12:59:44 2023 -0400 @@ -1,7 +1,8 @@ FROM openjdk:17 + MAINTAINER Marc Davis -RUN ls && cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ +RUN cat /etc/os-release && ls && cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/apt/sources.list \ && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ && apt-get update \