From 59b67310c867c1f5874b5cbc5cdefabd41db238c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 2 Sep 2022 07:39:43 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12022eb..36108b8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -17,11 +17,9 @@ ENV VERSION=${version} \ COPY containerfiles/RPM-GPG-KEY-azulsystems . -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-8 curl cronie supervisor \ + && yum -qy install curl cronie supervisor \ && yum clean all \ && rm -rf /var/cache/yum