Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Jun 27, 2019
1 parent 7df9c43 commit 652dc38
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 652dc38

Please sign in to comment.