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