Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Jun 15, 2018
1 parent 61a3ba6 commit 30df43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -10,7 +10,7 @@ ENV GROUPER_VERSION=2.3.0 \
# use Zulu package
RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \
&& curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \
&& yum -y install zulu-8
&& yum -y install zulu-8 \
&& ln -s $JAVA_HOME/bin/java /etc/alternatives

#RUN java_version=8.0.172; \

0 comments on commit 30df43b

Please sign in to comment.