changeset 477:d6bc968deccb

USASR-5154 revert
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 28 Sep 2023 15:59:12 -0400
parents 7061090570b9
children 8b3b95d8167d
files java/Dockerfile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/java/Dockerfile	Thu Sep 28 15:58:20 2023 -0400
+++ b/java/Dockerfile	Thu Sep 28 15:59:12 2023 -0400
@@ -1,8 +1,8 @@
-FROM openjdk:17
+FROM openjdk:8u181-jdk
 
-MAINTAINER Dave Smith <smith@nwoca.org>
+MAINTAINER Marc Davis <davis@nwoca.org>
 
-RUN java --version && echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \
+RUN echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \
     && echo "deb http://security.debian.org/ jessie/updates main contrib" >> /etc/apt/sources.list \
     && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \
     && apt-get update \