1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Switch from Oracle JDK to OpenJDK

This commit is contained in:
Julian Xhokaxhiu 2017-02-23 22:38:56 +01:00
parent f96e5d2795
commit b17f854375

@ -117,8 +117,7 @@ RUN pacman -U --noconfirm --noprogressbar /root/apacman-3.1-1-any.pkg.tar.xz \
RUN apacman -S --noconfirm --noprogressbar \ RUN apacman -S --noconfirm --noprogressbar \
ncurses5-compat-libs \ ncurses5-compat-libs \
lib32-ncurses5-compat-libs \ lib32-ncurses5-compat-libs
jdk
# Install required Android AOSP packages # Install required Android AOSP packages
######################################## ########################################
@ -152,7 +151,8 @@ RUN pacman -Sy --needed --noconfirm --noprogressbar \
libxml2 \ libxml2 \
cronie \ cronie \
ninja \ ninja \
wget wget \
jdk8-openjdk
# Create missing symlink to python2 # Create missing symlink to python2
################################### ###################################