From 652dc389cf221af04a68bd9969c75ebf24c00832 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 27 Jun 2019 13:39:16 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 540f9ab..6cd28c9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN rpm --import RPM-GPG-KEY-azulsystems RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo RUN yum -q -qy update \ && yum -qy install --setopt=tsflags=nodocs epel-release \ - && yum -qy install zulu-11 curl cronie supervisor \ + && yum -qy install zulu-8 curl cronie supervisor \ && yum clean all \ && rm -rf /var/cache/yum