Skip to content

Commit

Permalink
HADOOP-14474. Use OpenJDK 7 instead of Oracle JDK 7 to avoid oracle-j…
Browse files Browse the repository at this point in the history
…ava7-installer failures. Contributed by Akira Ajisaka.
  • Loading branch information
xiao-chen committed Jun 2, 2017
1 parent 0bcbf2a commit 5e40efe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-support/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ RUN apt-get -q install --no-install-recommends -y software-properties-common
RUN add-apt-repository -y ppa:webupd8team/java
RUN apt-get -q update

# Auto-accept the Oracle JDK license
RUN echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
RUN apt-get -q install --no-install-recommends -y oracle-java7-installer

# Auto-accept the Oracle JDK license
RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
RUN apt-get -q install --no-install-recommends -y oracle-java8-installer
Expand Down

0 comments on commit 5e40efe

Please sign in to comment.