Skip to content

Commit

Permalink
Refs #4285. Fix java issues. (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaOuterelo authored and julionce committed May 29, 2019
1 parent b7e6df0 commit 971e350
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ RUN apt-get install -y \
git

# Java
RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections
RUN add-apt-repository ppa:webupd8team/java
RUN apt-get update
RUN apt-get install -y oracle-java8-installer
RUN rm -rf /var/cache/oracle-jdk8-installer
RUN apt install -y openjdk-8-jdk
ENV JAVA_HOME "/usr/lib/jvm/java-8-openjdk-amd64/"

# Gradle
RUN apt-get install -y gradle
Expand Down

0 comments on commit 971e350

Please sign in to comment.