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:
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 \
|
||||
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
|
||||
###################################
|
||||
|
Loading…
Reference in New Issue
Block a user