Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
fix jdk installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Humphrey committed Oct 8, 2017
1 parent 4997610 commit a190876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-java7/centos6/Dockerfile
Expand Up @@ -5,7 +5,7 @@ RUN yum update -y && yum install -y \
wget \
&& yum clean all

ADD ../jdk-7u80-linux-x64.rpm jdk-7u80-linux-x64.rpm
COPY ./jdk-7u80-linux-x64.rpm .
RUN yum localinstall -y jdk-7u80-linux-x64.rpm
RUN alternatives --install /usr/bin/java java /usr/java/jdk1.7.0_80/jre/bin/java 20000 \
--slave /usr/bin/keytool keytool /usr/java/jdk1.7.0_80/jre/bin/keytool \
Expand Down

0 comments on commit a190876

Please sign in to comment.