Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5 from docker/1.5.3
downgrade zulu to 8
chubing committed Sep 27, 2019
2 parents 5dd491d + 652dc38 commit 44574e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 44574e0

Please sign in to comment.