From b17f8543756d0b9868a073e27239cf2e7cef9422 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Thu, 23 Feb 2017 22:38:56 +0100 Subject: [PATCH] Switch from Oracle JDK to OpenJDK --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c2dfb29..1a1e807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -117,8 +117,7 @@ RUN pacman -U --noconfirm --noprogressbar /root/apacman-3.1-1-any.pkg.tar.xz \ RUN apacman -S --noconfirm --noprogressbar \ ncurses5-compat-libs \ - lib32-ncurses5-compat-libs \ - jdk + lib32-ncurses5-compat-libs # Install required Android AOSP packages ######################################## @@ -152,7 +151,8 @@ RUN pacman -Sy --needed --noconfirm --noprogressbar \ libxml2 \ cronie \ ninja \ - wget + wget \ + jdk8-openjdk # Create missing symlink to python2 ###################################