# HG changeset patch # User belknapSSDT # Date 1695929015 14400 # Node ID 44123bc3d4d4e067f1af8b6c0e99c45dec059303 # Parent e5b896d778613435bd31f3e291666b9722e142b2 USASR-5154 try updating diff -r e5b896d77861 -r 44123bc3d4d4 java-17/Dockerfile --- a/java-17/Dockerfile Thu Sep 28 15:20:56 2023 -0400 +++ b/java-17/Dockerfile Thu Sep 28 15:23:35 2023 -0400 @@ -2,7 +2,7 @@ MAINTAINER Marc Davis -RUN apk update && apk add && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ +RUN apt update && apt upgrade && 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 \